Shades of Olivine #9ECD6D
Tints of Olivine #9ECD6D
RGB
CMYK
RGB Variations
Color information
#9ECD6D (or 0x9ECD6D) is known color: Olivine. HEX triplet: 9E, CD and 6D. RGB value is (158,205,109). Sum of RGB (Red+Green+Blue) = 158+205+109=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD6D is #613292. Grayscale: #B4B4B4. Windows color (decimal): -6369939 or 7196062. OLE color: 7196062.
HSL color Cylindrical-coordinate representation of color #9ECD6D: hue angle of 89.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ECD6D is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 109 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.20 |
| HSL | 89.37º | 0.49% | 0.62% | - |
| HSV(B) | 89.37º | 0.47% | 0.8% | - |
| XYZ | 38.69 | 52.04 | 22.47 | - |
| YUV | 180 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 109 | 0.23 | 0 | 0.47 | 0.20 | 89.37 | 0.49 | 0.62 |
| Hex | 9E | CD | 6D | 17 | 0 | 2F | 14 | 59 | 31 | 3E |
| Octal | 236 | 315 | 155 | 27 | 0 | 57 | 24 | 131 | 61 | 76 |
| Binary | 10011110 | 11001101 | 1101101 | 10111 | 0 | 101111 | 10100 | 1011001 | 110001 | 111110 |
Color Harmonies of #9ECD6D
Complementary color
Monochromatic Colors of #9ECD6D
Black with #9ECD6D
Text Example
Text Example
White with #9ECD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD6D; }
p { color: rgb(158,205,109); }
H1.HeaderClassName
{
color: #9ECD6D;
}
.AnyTagClassName
{
color: #9ECD6D;
}
</style>
background-color css
<style>
a { background-color: #9ECD6D; }
a { background-color: rgb(158,205,109); }
div.DivClassName
{
background-color: #9ECD6D;
}
.BgClassName
{
background-color: #9ECD6D;
}
</style>
border-color css
<style>
span { border-color: #9ECD6D; }
span { border-color: rgb(158,205,109); }
td.TdClassName
{
border-color: #9ECD6D;
}
.TagClassName
{
border-color: #9ECD6D;
}
</style>