Shades of Olivine #9CCC5F
Tints of Olivine #9CCC5F
RGB
CMYK
RGB Variations
Color information
#9CCC5F (or 0x9CCC5F) is known color: Olivine. HEX triplet: 9C, CC and 5F. RGB value is (156,204,95). Sum of RGB (Red+Green+Blue) = 156+204+95=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC5F is #6333A0. Grayscale: #B1B1B1. Windows color (decimal): -6501281 or 6278300. OLE color: 6278300.
HSL color Cylindrical-coordinate representation of color #9CCC5F: hue angle of 86.42º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CCC5F is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 95 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.2 |
| HSL | 86.42º | 0.52% | 0.59% | - |
| HSV(B) | 86.42º | 0.53% | 0.8% | - |
| XYZ | 37.37 | 51.08 | 18.72 | - |
| YUV | 177.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 95 | 0.24 | 0 | 0.53 | 0.2 | 86.42 | 0.52 | 0.59 |
| Hex | 9C | CC | 5F | 18 | 0 | 35 | 14 | 56 | 34 | 3B |
| Octal | 234 | 314 | 137 | 30 | 0 | 65 | 24 | 126 | 64 | 73 |
| Binary | 10011100 | 11001100 | 1011111 | 11000 | 0 | 110101 | 10100 | 1010110 | 110100 | 111011 |
Color Harmonies of #9CCC5F
Complementary color
Monochromatic Colors of #9CCC5F
Black with #9CCC5F
Text Example
Text Example
White with #9CCC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC5F; }
p { color: rgb(156,204,95); }
H1.HeaderClassName
{
color: #9CCC5F;
}
.AnyTagClassName
{
color: #9CCC5F;
}
</style>
background-color css
<style>
a { background-color: #9CCC5F; }
a { background-color: rgb(156,204,95); }
div.DivClassName
{
background-color: #9CCC5F;
}
.BgClassName
{
background-color: #9CCC5F;
}
</style>
border-color css
<style>
span { border-color: #9CCC5F; }
span { border-color: rgb(156,204,95); }
td.TdClassName
{
border-color: #9CCC5F;
}
.TagClassName
{
border-color: #9CCC5F;
}
</style>