Jade Green Color
What Color is Jade Green?
Jade green is a rich green. It looks beautiful like stone.
| Format | Code | Image |
|---|---|---|
Hex | #00A86B | ![]() |
RGB | 0, 168, 107 | |
HSL | 158, 100%, 33% | |
CMYK | 100%, 0%, 36%, 34% | |
OKLCH | oklch(0.645 0.149 159) |
Color Harmonies
Balanced color combinations based on color theory. Click to copy.
Analogous
Adjacent colors - harmony and unity
Monochromatic
Same hue, varied lightness - cohesive designs
Complementary
Opposite colors - high contrast
Split Complementary
Base + adjacent complements - balanced contrast
Triadic
Evenly spaced - vibrant palettes
Square
Four colors at 90° - bold combinations
Tetradic
Rectangle shape - rich variety
Compound
Analogous + complements - sophisticated
Accessibility & Contrast Checker
Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.
Code Snippets
Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.
/* Jade Green Color */
:root {
--color-jade-green-color: #00A86B;
--color-jade-green-color-rgb: 0, 168, 107;
}
.element {
background-color: var(--color-jade-green-color);
color: rgba(var(--color-jade-green-color-rgb), 0.8);
}// Jade Green Color Variables
$jade-green-color: #00A86B;
$jade-green-color-rgb: 0, 168, 107;
// Usage
.element {
background-color: $jade-green-color;
border-color: darken($jade-green-color, 10%);
box-shadow: 0 4px 6px rgba($jade-green-color-rgb, 0.2);
}// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'jade-green-color': '#00A86B',
'jade-green-color-light': '#00F59B',
'jade-green-color-dark': '#005C3A',
},
},
},
}{
"name": "Jade Green Color",
"hex": "#00A86B",
"rgb": {
"r": 0,
"g": 168,
"b": 107
},
"hsl": {
"h": 158,
"s": 100,
"l": 33
}
}Visual Usage Examples
See how Jade Green Color looks in real-world design applications.
Heading Text
This is how body text appears on this background color. Good contrast is essential for readability.
