Shades of Olivine #9CC96F
Tints of Olivine #9CC96F
RGB
CMYK
RGB Variations
Color information
#9CC96F (or 0x9CC96F) is known color: Olivine. HEX triplet: 9C, C9 and 6F. RGB value is (156,201,111). Sum of RGB (Red+Green+Blue) = 156+201+111=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC96F is #633690. Grayscale: #B1B1B1. Windows color (decimal): -6502033 or 7326108. OLE color: 7326108.
HSL color Cylindrical-coordinate representation of color #9CC96F: hue angle of 90º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CC96F is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 111 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.21 |
| HSL | 90º | 0.45% | 0.61% | - |
| HSV(B) | 90º | 0.45% | 0.79% | - |
| XYZ | 37.47 | 49.99 | 22.71 | - |
| YUV | 177.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 111 | 0.22 | 0 | 0.45 | 0.21 | 90 | 0.45 | 0.61 |
| Hex | 9C | C9 | 6F | 16 | 0 | 2D | 15 | 5A | 2D | 3D |
| Octal | 234 | 311 | 157 | 26 | 0 | 55 | 25 | 132 | 55 | 75 |
| Binary | 10011100 | 11001001 | 1101111 | 10110 | 0 | 101101 | 10101 | 1011010 | 101101 | 111101 |
Color Harmonies of #9CC96F
Complementary color
Monochromatic Colors of #9CC96F
Black with #9CC96F
Text Example
Text Example
White with #9CC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC96F; }
p { color: rgb(156,201,111); }
H1.HeaderClassName
{
color: #9CC96F;
}
.AnyTagClassName
{
color: #9CC96F;
}
</style>
background-color css
<style>
a { background-color: #9CC96F; }
a { background-color: rgb(156,201,111); }
div.DivClassName
{
background-color: #9CC96F;
}
.BgClassName
{
background-color: #9CC96F;
}
</style>
border-color css
<style>
span { border-color: #9CC96F; }
span { border-color: rgb(156,201,111); }
td.TdClassName
{
border-color: #9CC96F;
}
.TagClassName
{
border-color: #9CC96F;
}
</style>