Shades of Olivine #9CC56A
Tints of Olivine #9CC56A
RGB
CMYK
RGB Variations
Color information
#9CC56A (or 0x9CC56A) is known color: Olivine. HEX triplet: 9C, C5 and 6A. RGB value is (156,197,106). Sum of RGB (Red+Green+Blue) = 156+197+106=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC56A is #633A95. Grayscale: #AEAEAE. Windows color (decimal): -6503062 or 6997404. OLE color: 6997404.
HSL color Cylindrical-coordinate representation of color #9CC56A: hue angle of 87.03º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CC56A is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 106 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.23 |
| HSL | 87.03º | 0.44% | 0.59% | - |
| HSV(B) | 87.03º | 0.46% | 0.77% | - |
| XYZ | 36.28 | 48.04 | 21 | - |
| YUV | 174.37 | 89.42 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 106 | 0.21 | 0 | 0.46 | 0.23 | 87.03 | 0.44 | 0.59 |
| Hex | 9C | C5 | 6A | 15 | 0 | 2E | 17 | 57 | 2C | 3B |
| Octal | 234 | 305 | 152 | 25 | 0 | 56 | 27 | 127 | 54 | 73 |
| Binary | 10011100 | 11000101 | 1101010 | 10101 | 0 | 101110 | 10111 | 1010111 | 101100 | 111011 |
Color Harmonies of #9CC56A
Complementary color
Monochromatic Colors of #9CC56A
Black with #9CC56A
Text Example
Text Example
White with #9CC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC56A; }
p { color: rgb(156,197,106); }
H1.HeaderClassName
{
color: #9CC56A;
}
.AnyTagClassName
{
color: #9CC56A;
}
</style>
background-color css
<style>
a { background-color: #9CC56A; }
a { background-color: rgb(156,197,106); }
div.DivClassName
{
background-color: #9CC56A;
}
.BgClassName
{
background-color: #9CC56A;
}
</style>
border-color css
<style>
span { border-color: #9CC56A; }
span { border-color: rgb(156,197,106); }
td.TdClassName
{
border-color: #9CC56A;
}
.TagClassName
{
border-color: #9CC56A;
}
</style>