Shades of Olivine #9CC266
Tints of Olivine #9CC266
RGB
CMYK
RGB Variations
Color information
#9CC266 (or 0x9CC266) is known color: Olivine. HEX triplet: 9C, C2 and 66. RGB value is (156,194,102). Sum of RGB (Red+Green+Blue) = 156+194+102=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC266 is #633D99. Grayscale: #ACACAC. Windows color (decimal): -6503834 or 6734492. OLE color: 6734492.
HSL color Cylindrical-coordinate representation of color #9CC266: hue angle of 84.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CC266 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 102 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.24 |
| HSL | 84.78º | 0.43% | 0.58% | - |
| HSV(B) | 84.78º | 0.47% | 0.76% | - |
| XYZ | 35.4 | 46.61 | 19.7 | - |
| YUV | 172.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 102 | 0.20 | 0 | 0.47 | 0.24 | 84.78 | 0.43 | 0.58 |
| Hex | 9C | C2 | 66 | 14 | 0 | 2F | 18 | 55 | 2B | 3A |
| Octal | 234 | 302 | 146 | 24 | 0 | 57 | 30 | 125 | 53 | 72 |
| Binary | 10011100 | 11000010 | 1100110 | 10100 | 0 | 101111 | 11000 | 1010101 | 101011 | 111010 |
Color Harmonies of #9CC266
Complementary color
Monochromatic Colors of #9CC266
Black with #9CC266
Text Example
Text Example
White with #9CC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC266; }
p { color: rgb(156,194,102); }
H1.HeaderClassName
{
color: #9CC266;
}
.AnyTagClassName
{
color: #9CC266;
}
</style>
background-color css
<style>
a { background-color: #9CC266; }
a { background-color: rgb(156,194,102); }
div.DivClassName
{
background-color: #9CC266;
}
.BgClassName
{
background-color: #9CC266;
}
</style>
border-color css
<style>
span { border-color: #9CC266; }
span { border-color: rgb(156,194,102); }
td.TdClassName
{
border-color: #9CC266;
}
.TagClassName
{
border-color: #9CC266;
}
</style>