Shades of Olivine #9ED069
Tints of Olivine #9ED069
RGB
CMYK
RGB Variations
Color information
#9ED069 (or 0x9ED069) is known color: Olivine. HEX triplet: 9E, D0 and 69. RGB value is (158,208,105). Sum of RGB (Red+Green+Blue) = 158+208+105=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED069 is #612F96. Grayscale: #B5B5B5. Windows color (decimal): -6369175 or 6934686. OLE color: 6934686.
HSL color Cylindrical-coordinate representation of color #9ED069: hue angle of 89.13º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ED069 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 105 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.18 |
| HSL | 89.13º | 0.52% | 0.61% | - |
| HSV(B) | 89.13º | 0.5% | 0.82% | - |
| XYZ | 39.21 | 53.4 | 21.61 | - |
| YUV | 181.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 105 | 0.24 | 0 | 0.50 | 0.18 | 89.13 | 0.52 | 0.61 |
| Hex | 9E | D0 | 69 | 18 | 0 | 32 | 12 | 59 | 34 | 3D |
| Octal | 236 | 320 | 151 | 30 | 0 | 62 | 22 | 131 | 64 | 75 |
| Binary | 10011110 | 11010000 | 1101001 | 11000 | 0 | 110010 | 10010 | 1011001 | 110100 | 111101 |
Color Harmonies of #9ED069
Complementary color
Monochromatic Colors of #9ED069
Black with #9ED069
Text Example
Text Example
White with #9ED069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED069; }
p { color: rgb(158,208,105); }
H1.HeaderClassName
{
color: #9ED069;
}
.AnyTagClassName
{
color: #9ED069;
}
</style>
background-color css
<style>
a { background-color: #9ED069; }
a { background-color: rgb(158,208,105); }
div.DivClassName
{
background-color: #9ED069;
}
.BgClassName
{
background-color: #9ED069;
}
</style>
border-color css
<style>
span { border-color: #9ED069; }
span { border-color: rgb(158,208,105); }
td.TdClassName
{
border-color: #9ED069;
}
.TagClassName
{
border-color: #9ED069;
}
</style>