Shades of Olivine #9CCD5E
Tints of Olivine #9CCD5E
RGB
CMYK
RGB Variations
Color information
#9CCD5E (or 0x9CCD5E) is known color: Olivine. HEX triplet: 9C, CD and 5E. RGB value is (156,205,94). Sum of RGB (Red+Green+Blue) = 156+205+94=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD5E is #6332A1. Grayscale: #B2B2B2. Windows color (decimal): -6501026 or 6213020. OLE color: 6213020.
HSL color Cylindrical-coordinate representation of color #9CCD5E: hue angle of 86.49º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CCD5E is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 94 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.20 |
| HSL | 86.49º | 0.53% | 0.59% | - |
| HSV(B) | 86.49º | 0.54% | 0.8% | - |
| XYZ | 37.56 | 51.54 | 18.56 | - |
| YUV | 177.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 94 | 0.24 | 0 | 0.54 | 0.20 | 86.49 | 0.53 | 0.59 |
| Hex | 9C | CD | 5E | 18 | 0 | 36 | 14 | 56 | 35 | 3B |
| Octal | 234 | 315 | 136 | 30 | 0 | 66 | 24 | 126 | 65 | 73 |
| Binary | 10011100 | 11001101 | 1011110 | 11000 | 0 | 110110 | 10100 | 1010110 | 110101 | 111011 |
Color Harmonies of #9CCD5E
Complementary color
Monochromatic Colors of #9CCD5E
Black with #9CCD5E
Text Example
Text Example
White with #9CCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD5E; }
p { color: rgb(156,205,94); }
H1.HeaderClassName
{
color: #9CCD5E;
}
.AnyTagClassName
{
color: #9CCD5E;
}
</style>
background-color css
<style>
a { background-color: #9CCD5E; }
a { background-color: rgb(156,205,94); }
div.DivClassName
{
background-color: #9CCD5E;
}
.BgClassName
{
background-color: #9CCD5E;
}
</style>
border-color css
<style>
span { border-color: #9CCD5E; }
span { border-color: rgb(156,205,94); }
td.TdClassName
{
border-color: #9CCD5E;
}
.TagClassName
{
border-color: #9CCD5E;
}
</style>