Shades of Olivine #9ED06C
Tints of Olivine #9ED06C
RGB
CMYK
RGB Variations
Color information
#9ED06C (or 0x9ED06C) is known color: Olivine. HEX triplet: 9E, D0 and 6C. RGB value is (158,208,108). Sum of RGB (Red+Green+Blue) = 158+208+108=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED06C is #612F93. Grayscale: #B6B6B6. Windows color (decimal): -6369172 or 7131294. OLE color: 7131294.
HSL color Cylindrical-coordinate representation of color #9ED06C: hue angle of 90º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ED06C is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 108 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.18 |
| HSL | 90º | 0.52% | 0.62% | - |
| HSV(B) | 90º | 0.48% | 0.82% | - |
| XYZ | 39.36 | 53.46 | 22.43 | - |
| YUV | 181.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 108 | 0.24 | 0 | 0.48 | 0.18 | 90 | 0.52 | 0.62 |
| Hex | 9E | D0 | 6C | 18 | 0 | 30 | 12 | 5A | 34 | 3E |
| Octal | 236 | 320 | 154 | 30 | 0 | 60 | 22 | 132 | 64 | 76 |
| Binary | 10011110 | 11010000 | 1101100 | 11000 | 0 | 110000 | 10010 | 1011010 | 110100 | 111110 |
Color Harmonies of #9ED06C
Complementary color
Monochromatic Colors of #9ED06C
Black with #9ED06C
Text Example
Text Example
White with #9ED06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED06C; }
p { color: rgb(158,208,108); }
H1.HeaderClassName
{
color: #9ED06C;
}
.AnyTagClassName
{
color: #9ED06C;
}
</style>
background-color css
<style>
a { background-color: #9ED06C; }
a { background-color: rgb(158,208,108); }
div.DivClassName
{
background-color: #9ED06C;
}
.BgClassName
{
background-color: #9ED06C;
}
</style>
border-color css
<style>
span { border-color: #9ED06C; }
span { border-color: rgb(158,208,108); }
td.TdClassName
{
border-color: #9ED06C;
}
.TagClassName
{
border-color: #9ED06C;
}
</style>