Shades of Olivine #9CC057
Tints of Olivine #9CC057
RGB
CMYK
RGB Variations
Color information
#9CC057 (or 0x9CC057) is known color: Olivine. HEX triplet: 9C, C0 and 57. RGB value is (156,192,87). Sum of RGB (Red+Green+Blue) = 156+192+87=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC057 is #633FA8. Grayscale: #A9A9A9. Windows color (decimal): -6504361 or 5750940. OLE color: 5750940.
HSL color Cylindrical-coordinate representation of color #9CC057: hue angle of 80.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CC057 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 87 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.25 |
| HSL | 80.57º | 0.45% | 0.55% | - |
| HSV(B) | 80.57º | 0.55% | 0.75% | - |
| XYZ | 34.28 | 45.46 | 15.98 | - |
| YUV | 169.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 87 | 0.19 | 0 | 0.55 | 0.25 | 80.57 | 0.45 | 0.55 |
| Hex | 9C | C0 | 57 | 13 | 0 | 37 | 19 | 51 | 2D | 37 |
| Octal | 234 | 300 | 127 | 23 | 0 | 67 | 31 | 121 | 55 | 67 |
| Binary | 10011100 | 11000000 | 1010111 | 10011 | 0 | 110111 | 11001 | 1010001 | 101101 | 110111 |
Color Harmonies of #9CC057
Complementary color
Monochromatic Colors of #9CC057
Black with #9CC057
Text Example
Text Example
White with #9CC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC057; }
p { color: rgb(156,192,87); }
H1.HeaderClassName
{
color: #9CC057;
}
.AnyTagClassName
{
color: #9CC057;
}
</style>
background-color css
<style>
a { background-color: #9CC057; }
a { background-color: rgb(156,192,87); }
div.DivClassName
{
background-color: #9CC057;
}
.BgClassName
{
background-color: #9CC057;
}
</style>
border-color css
<style>
span { border-color: #9CC057; }
span { border-color: rgb(156,192,87); }
td.TdClassName
{
border-color: #9CC057;
}
.TagClassName
{
border-color: #9CC057;
}
</style>