Shades of Olivine #9ACC66
Tints of Olivine #9ACC66
RGB
CMYK
RGB Variations
Color information
#9ACC66 (or 0x9ACC66) is known color: Olivine. HEX triplet: 9A, CC and 66. RGB value is (154,204,102). Sum of RGB (Red+Green+Blue) = 154+204+102=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC66 is #653399. Grayscale: #B1B1B1. Windows color (decimal): -6632346 or 6737050. OLE color: 6737050.
HSL color Cylindrical-coordinate representation of color #9ACC66: hue angle of 89.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ACC66 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 102 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.2 |
| HSL | 89.41º | 0.5% | 0.6% | - |
| HSV(B) | 89.41º | 0.5% | 0.8% | - |
| XYZ | 37.32 | 51.02 | 20.45 | - |
| YUV | 177.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 102 | 0.25 | 0 | 0.5 | 0.2 | 89.41 | 0.5 | 0.6 |
| Hex | 9A | CC | 66 | 19 | 0 | 32 | 14 | 59 | 32 | 3C |
| Octal | 232 | 314 | 146 | 31 | 0 | 62 | 24 | 131 | 62 | 74 |
| Binary | 10011010 | 11001100 | 1100110 | 11001 | 0 | 110010 | 10100 | 1011001 | 110010 | 111100 |
Color Harmonies of #9ACC66
Complementary color
Monochromatic Colors of #9ACC66
Black with #9ACC66
Text Example
Text Example
White with #9ACC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC66; }
p { color: rgb(154,204,102); }
H1.HeaderClassName
{
color: #9ACC66;
}
.AnyTagClassName
{
color: #9ACC66;
}
</style>
background-color css
<style>
a { background-color: #9ACC66; }
a { background-color: rgb(154,204,102); }
div.DivClassName
{
background-color: #9ACC66;
}
.BgClassName
{
background-color: #9ACC66;
}
</style>
border-color css
<style>
span { border-color: #9ACC66; }
span { border-color: rgb(154,204,102); }
td.TdClassName
{
border-color: #9ACC66;
}
.TagClassName
{
border-color: #9ACC66;
}
</style>