Shades of Olivine #9CD06F
Tints of Olivine #9CD06F
RGB
CMYK
RGB Variations
Color information
#9CD06F (or 0x9CD06F) is known color: Olivine. HEX triplet: 9C, D0 and 6F. RGB value is (156,208,111). Sum of RGB (Red+Green+Blue) = 156+208+111=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD06F is #632F90. Grayscale: #B5B5B5. Windows color (decimal): -6500241 or 7327900. OLE color: 7327900.
HSL color Cylindrical-coordinate representation of color #9CD06F: hue angle of 92.16º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CD06F is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 208 | 111 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.18 |
| HSL | 92.16º | 0.51% | 0.63% | - |
| HSV(B) | 92.16º | 0.47% | 0.82% | - |
| XYZ | 39.14 | 53.33 | 23.27 | - |
| YUV | 181.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 208 | 111 | 0.25 | 0 | 0.47 | 0.18 | 92.16 | 0.51 | 0.63 |
| Hex | 9C | D0 | 6F | 19 | 0 | 2F | 12 | 5C | 33 | 3F |
| Octal | 234 | 320 | 157 | 31 | 0 | 57 | 22 | 134 | 63 | 77 |
| Binary | 10011100 | 11010000 | 1101111 | 11001 | 0 | 101111 | 10010 | 1011100 | 110011 | 111111 |
Color Harmonies of #9CD06F
Complementary color
Monochromatic Colors of #9CD06F
Black with #9CD06F
Text Example
Text Example
White with #9CD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD06F; }
p { color: rgb(156,208,111); }
H1.HeaderClassName
{
color: #9CD06F;
}
.AnyTagClassName
{
color: #9CD06F;
}
</style>
background-color css
<style>
a { background-color: #9CD06F; }
a { background-color: rgb(156,208,111); }
div.DivClassName
{
background-color: #9CD06F;
}
.BgClassName
{
background-color: #9CD06F;
}
</style>
border-color css
<style>
span { border-color: #9CD06F; }
span { border-color: rgb(156,208,111); }
td.TdClassName
{
border-color: #9CD06F;
}
.TagClassName
{
border-color: #9CD06F;
}
</style>