Shades of Olivine #9CC366
Tints of Olivine #9CC366
RGB
CMYK
RGB Variations
Color information
#9CC366 (or 0x9CC366) is known color: Olivine. HEX triplet: 9C, C3 and 66. RGB value is (156,195,102). Sum of RGB (Red+Green+Blue) = 156+195+102=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC366 is #633C99. Grayscale: #ADADAD. Windows color (decimal): -6503578 or 6734748. OLE color: 6734748.
HSL color Cylindrical-coordinate representation of color #9CC366: hue angle of 85.16º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CC366 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 102 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.24 |
| HSL | 85.16º | 0.44% | 0.58% | - |
| HSV(B) | 85.16º | 0.48% | 0.76% | - |
| XYZ | 35.62 | 47.06 | 19.78 | - |
| YUV | 172.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 102 | 0.20 | 0 | 0.48 | 0.24 | 85.16 | 0.44 | 0.58 |
| Hex | 9C | C3 | 66 | 14 | 0 | 30 | 18 | 55 | 2C | 3A |
| Octal | 234 | 303 | 146 | 24 | 0 | 60 | 30 | 125 | 54 | 72 |
| Binary | 10011100 | 11000011 | 1100110 | 10100 | 0 | 110000 | 11000 | 1010101 | 101100 | 111010 |
Color Harmonies of #9CC366
Complementary color
Monochromatic Colors of #9CC366
Black with #9CC366
Text Example
Text Example
White with #9CC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC366; }
p { color: rgb(156,195,102); }
H1.HeaderClassName
{
color: #9CC366;
}
.AnyTagClassName
{
color: #9CC366;
}
</style>
background-color css
<style>
a { background-color: #9CC366; }
a { background-color: rgb(156,195,102); }
div.DivClassName
{
background-color: #9CC366;
}
.BgClassName
{
background-color: #9CC366;
}
</style>
border-color css
<style>
span { border-color: #9CC366; }
span { border-color: rgb(156,195,102); }
td.TdClassName
{
border-color: #9CC366;
}
.TagClassName
{
border-color: #9CC366;
}
</style>