Shades of Olivine #9CC260
Tints of Olivine #9CC260
RGB
CMYK
RGB Variations
Color information
#9CC260 (or 0x9CC260) is known color: Olivine. HEX triplet: 9C, C2 and 60. RGB value is (156,194,96). Sum of RGB (Red+Green+Blue) = 156+194+96=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC260 is #633D9F. Grayscale: #ABABAB. Windows color (decimal): -6503840 or 6341276. OLE color: 6341276.
HSL color Cylindrical-coordinate representation of color #9CC260: hue angle of 83.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CC260 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 96 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.24 |
| HSL | 83.27º | 0.45% | 0.57% | - |
| HSV(B) | 83.27º | 0.51% | 0.76% | - |
| XYZ | 35.11 | 46.5 | 18.19 | - |
| YUV | 171.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 96 | 0.20 | 0 | 0.51 | 0.24 | 83.27 | 0.45 | 0.57 |
| Hex | 9C | C2 | 60 | 14 | 0 | 33 | 18 | 53 | 2D | 39 |
| Octal | 234 | 302 | 140 | 24 | 0 | 63 | 30 | 123 | 55 | 71 |
| Binary | 10011100 | 11000010 | 1100000 | 10100 | 0 | 110011 | 11000 | 1010011 | 101101 | 111001 |
Color Harmonies of #9CC260
Complementary color
Monochromatic Colors of #9CC260
Black with #9CC260
Text Example
Text Example
White with #9CC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC260; }
p { color: rgb(156,194,96); }
H1.HeaderClassName
{
color: #9CC260;
}
.AnyTagClassName
{
color: #9CC260;
}
</style>
background-color css
<style>
a { background-color: #9CC260; }
a { background-color: rgb(156,194,96); }
div.DivClassName
{
background-color: #9CC260;
}
.BgClassName
{
background-color: #9CC260;
}
</style>
border-color css
<style>
span { border-color: #9CC260; }
span { border-color: rgb(156,194,96); }
td.TdClassName
{
border-color: #9CC260;
}
.TagClassName
{
border-color: #9CC260;
}
</style>