Shades of Olivine #9CC36A
Tints of Olivine #9CC36A
RGB
CMYK
RGB Variations
Color information
#9CC36A (or 0x9CC36A) is known color: Olivine. HEX triplet: 9C, C3 and 6A. RGB value is (156,195,106). Sum of RGB (Red+Green+Blue) = 156+195+106=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC36A is #633C95. Grayscale: #ADADAD. Windows color (decimal): -6503574 or 6996892. OLE color: 6996892.
HSL color Cylindrical-coordinate representation of color #9CC36A: hue angle of 86.29º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CC36A is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 106 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.24 |
| HSL | 86.29º | 0.43% | 0.59% | - |
| HSV(B) | 86.29º | 0.46% | 0.76% | - |
| XYZ | 35.83 | 47.14 | 20.85 | - |
| YUV | 173.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 106 | 0.20 | 0 | 0.46 | 0.24 | 86.29 | 0.43 | 0.59 |
| Hex | 9C | C3 | 6A | 14 | 0 | 2E | 18 | 56 | 2B | 3B |
| Octal | 234 | 303 | 152 | 24 | 0 | 56 | 30 | 126 | 53 | 73 |
| Binary | 10011100 | 11000011 | 1101010 | 10100 | 0 | 101110 | 11000 | 1010110 | 101011 | 111011 |
Color Harmonies of #9CC36A
Complementary color
Monochromatic Colors of #9CC36A
Black with #9CC36A
Text Example
Text Example
White with #9CC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC36A; }
p { color: rgb(156,195,106); }
H1.HeaderClassName
{
color: #9CC36A;
}
.AnyTagClassName
{
color: #9CC36A;
}
</style>
background-color css
<style>
a { background-color: #9CC36A; }
a { background-color: rgb(156,195,106); }
div.DivClassName
{
background-color: #9CC36A;
}
.BgClassName
{
background-color: #9CC36A;
}
</style>
border-color css
<style>
span { border-color: #9CC36A; }
span { border-color: rgb(156,195,106); }
td.TdClassName
{
border-color: #9CC36A;
}
.TagClassName
{
border-color: #9CC36A;
}
</style>