Shades of Olivine #9CC05F
Tints of Olivine #9CC05F
RGB
CMYK
RGB Variations
Color information
#9CC05F (or 0x9CC05F) is known color: Olivine. HEX triplet: 9C, C0 and 5F. RGB value is (156,192,95). Sum of RGB (Red+Green+Blue) = 156+192+95=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC05F is #633FA0. Grayscale: #AAAAAA. Windows color (decimal): -6504353 or 6275228. OLE color: 6275228.
HSL color Cylindrical-coordinate representation of color #9CC05F: hue angle of 82.27º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CC05F is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 95 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.25 |
| HSL | 82.27º | 0.43% | 0.56% | - |
| HSV(B) | 82.27º | 0.51% | 0.75% | - |
| XYZ | 34.63 | 45.59 | 17.8 | - |
| YUV | 170.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 95 | 0.19 | 0 | 0.51 | 0.25 | 82.27 | 0.43 | 0.56 |
| Hex | 9C | C0 | 5F | 13 | 0 | 33 | 19 | 52 | 2B | 38 |
| Octal | 234 | 300 | 137 | 23 | 0 | 63 | 31 | 122 | 53 | 70 |
| Binary | 10011100 | 11000000 | 1011111 | 10011 | 0 | 110011 | 11001 | 1010010 | 101011 | 111000 |
Color Harmonies of #9CC05F
Complementary color
Monochromatic Colors of #9CC05F
Black with #9CC05F
Text Example
Text Example
White with #9CC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC05F; }
p { color: rgb(156,192,95); }
H1.HeaderClassName
{
color: #9CC05F;
}
.AnyTagClassName
{
color: #9CC05F;
}
</style>
background-color css
<style>
a { background-color: #9CC05F; }
a { background-color: rgb(156,192,95); }
div.DivClassName
{
background-color: #9CC05F;
}
.BgClassName
{
background-color: #9CC05F;
}
</style>
border-color css
<style>
span { border-color: #9CC05F; }
span { border-color: rgb(156,192,95); }
td.TdClassName
{
border-color: #9CC05F;
}
.TagClassName
{
border-color: #9CC05F;
}
</style>