Shades of Olivine #9CCE5E
Tints of Olivine #9CCE5E
RGB
CMYK
RGB Variations
Color information
#9CCE5E (or 0x9CCE5E) is known color: Olivine. HEX triplet: 9C, CE and 5E. RGB value is (156,206,94). Sum of RGB (Red+Green+Blue) = 156+206+94=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE5E is #6331A1. Grayscale: #B2B2B2. Windows color (decimal): -6500770 or 6213276. OLE color: 6213276.
HSL color Cylindrical-coordinate representation of color #9CCE5E: hue angle of 86.79º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CCE5E is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 94 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.19 |
| HSL | 86.79º | 0.53% | 0.59% | - |
| HSV(B) | 86.79º | 0.54% | 0.81% | - |
| XYZ | 37.8 | 52.02 | 18.64 | - |
| YUV | 178.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 94 | 0.24 | 0 | 0.54 | 0.19 | 86.79 | 0.53 | 0.59 |
| Hex | 9C | CE | 5E | 18 | 0 | 36 | 13 | 57 | 35 | 3B |
| Octal | 234 | 316 | 136 | 30 | 0 | 66 | 23 | 127 | 65 | 73 |
| Binary | 10011100 | 11001110 | 1011110 | 11000 | 0 | 110110 | 10011 | 1010111 | 110101 | 111011 |
Color Harmonies of #9CCE5E
Complementary color
Monochromatic Colors of #9CCE5E
Black with #9CCE5E
Text Example
Text Example
White with #9CCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE5E; }
p { color: rgb(156,206,94); }
H1.HeaderClassName
{
color: #9CCE5E;
}
.AnyTagClassName
{
color: #9CCE5E;
}
</style>
background-color css
<style>
a { background-color: #9CCE5E; }
a { background-color: rgb(156,206,94); }
div.DivClassName
{
background-color: #9CCE5E;
}
.BgClassName
{
background-color: #9CCE5E;
}
</style>
border-color css
<style>
span { border-color: #9CCE5E; }
span { border-color: rgb(156,206,94); }
td.TdClassName
{
border-color: #9CCE5E;
}
.TagClassName
{
border-color: #9CCE5E;
}
</style>