Shades of Olivine #9ACC72
Tints of Olivine #9ACC72
RGB
CMYK
RGB Variations
Color information
#9ACC72 (or 0x9ACC72) is known color: Olivine. HEX triplet: 9A, CC and 72. RGB value is (154,204,114). Sum of RGB (Red+Green+Blue) = 154+204+114=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC72 is #65338D. Grayscale: #B3B3B3. Windows color (decimal): -6632334 or 7523482. OLE color: 7523482.
HSL color Cylindrical-coordinate representation of color #9ACC72: hue angle of 93.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ACC72 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 114 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.2 |
| HSL | 93.33º | 0.47% | 0.62% | - |
| HSV(B) | 93.33º | 0.44% | 0.8% | - |
| XYZ | 37.96 | 51.27 | 23.82 | - |
| YUV | 178.79 | 91.44 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 114 | 0.25 | 0 | 0.44 | 0.2 | 93.33 | 0.47 | 0.62 |
| Hex | 9A | CC | 72 | 19 | 0 | 2C | 14 | 5D | 2F | 3E |
| Octal | 232 | 314 | 162 | 31 | 0 | 54 | 24 | 135 | 57 | 76 |
| Binary | 10011010 | 11001100 | 1110010 | 11001 | 0 | 101100 | 10100 | 1011101 | 101111 | 111110 |
Color Harmonies of #9ACC72
Complementary color
Monochromatic Colors of #9ACC72
Black with #9ACC72
Text Example
Text Example
White with #9ACC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC72; }
p { color: rgb(154,204,114); }
H1.HeaderClassName
{
color: #9ACC72;
}
.AnyTagClassName
{
color: #9ACC72;
}
</style>
background-color css
<style>
a { background-color: #9ACC72; }
a { background-color: rgb(154,204,114); }
div.DivClassName
{
background-color: #9ACC72;
}
.BgClassName
{
background-color: #9ACC72;
}
</style>
border-color css
<style>
span { border-color: #9ACC72; }
span { border-color: rgb(154,204,114); }
td.TdClassName
{
border-color: #9ACC72;
}
.TagClassName
{
border-color: #9ACC72;
}
</style>