Shades of Olivine #9CC85E
Tints of Olivine #9CC85E
RGB
CMYK
RGB Variations
Color information
#9CC85E (or 0x9CC85E) is known color: Olivine. HEX triplet: 9C, C8 and 5E. RGB value is (156,200,94). Sum of RGB (Red+Green+Blue) = 156+200+94=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC85E is #6337A1. Grayscale: #AFAFAF. Windows color (decimal): -6502306 or 6211740. OLE color: 6211740.
HSL color Cylindrical-coordinate representation of color #9CC85E: hue angle of 84.91º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CC85E is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 94 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.22 |
| HSL | 84.91º | 0.49% | 0.58% | - |
| HSV(B) | 84.91º | 0.53% | 0.78% | - |
| XYZ | 36.38 | 49.18 | 18.17 | - |
| YUV | 174.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 94 | 0.22 | 0 | 0.53 | 0.22 | 84.91 | 0.49 | 0.58 |
| Hex | 9C | C8 | 5E | 16 | 0 | 35 | 16 | 55 | 31 | 3A |
| Octal | 234 | 310 | 136 | 26 | 0 | 65 | 26 | 125 | 61 | 72 |
| Binary | 10011100 | 11001000 | 1011110 | 10110 | 0 | 110101 | 10110 | 1010101 | 110001 | 111010 |
Color Harmonies of #9CC85E
Complementary color
Monochromatic Colors of #9CC85E
Black with #9CC85E
Text Example
Text Example
White with #9CC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC85E; }
p { color: rgb(156,200,94); }
H1.HeaderClassName
{
color: #9CC85E;
}
.AnyTagClassName
{
color: #9CC85E;
}
</style>
background-color css
<style>
a { background-color: #9CC85E; }
a { background-color: rgb(156,200,94); }
div.DivClassName
{
background-color: #9CC85E;
}
.BgClassName
{
background-color: #9CC85E;
}
</style>
border-color css
<style>
span { border-color: #9CC85E; }
span { border-color: rgb(156,200,94); }
td.TdClassName
{
border-color: #9CC85E;
}
.TagClassName
{
border-color: #9CC85E;
}
</style>