Shades of Olivine #9ED16C
Tints of Olivine #9ED16C
RGB
CMYK
RGB Variations
Color information
#9ED16C (or 0x9ED16C) is known color: Olivine. HEX triplet: 9E, D1 and 6C. RGB value is (158,209,108). Sum of RGB (Red+Green+Blue) = 158+209+108=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED16C is #612E93. Grayscale: #B6B6B6. Windows color (decimal): -6368916 or 7131550. OLE color: 7131550.
HSL color Cylindrical-coordinate representation of color #9ED16C: hue angle of 90.3º 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 #9ED16C is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 108 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.18 |
| HSL | 90.3º | 0.52% | 0.62% | - |
| HSV(B) | 90.3º | 0.48% | 0.82% | - |
| XYZ | 39.61 | 53.95 | 22.51 | - |
| YUV | 182.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 108 | 0.24 | 0 | 0.48 | 0.18 | 90.3 | 0.52 | 0.62 |
| Hex | 9E | D1 | 6C | 18 | 0 | 30 | 12 | 5A | 34 | 3E |
| Octal | 236 | 321 | 154 | 30 | 0 | 60 | 22 | 132 | 64 | 76 |
| Binary | 10011110 | 11010001 | 1101100 | 11000 | 0 | 110000 | 10010 | 1011010 | 110100 | 111110 |
Color Harmonies of #9ED16C
Complementary color
Monochromatic Colors of #9ED16C
Black with #9ED16C
Text Example
Text Example
White with #9ED16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED16C; }
p { color: rgb(158,209,108); }
H1.HeaderClassName
{
color: #9ED16C;
}
.AnyTagClassName
{
color: #9ED16C;
}
</style>
background-color css
<style>
a { background-color: #9ED16C; }
a { background-color: rgb(158,209,108); }
div.DivClassName
{
background-color: #9ED16C;
}
.BgClassName
{
background-color: #9ED16C;
}
</style>
border-color css
<style>
span { border-color: #9ED16C; }
span { border-color: rgb(158,209,108); }
td.TdClassName
{
border-color: #9ED16C;
}
.TagClassName
{
border-color: #9ED16C;
}
</style>