Shades of Olivine #9ACC71
Tints of Olivine #9ACC71
RGB
CMYK
RGB Variations
Color information
#9ACC71 (or 0x9ACC71) is known color: Olivine. HEX triplet: 9A, CC and 71. RGB value is (154,204,113). Sum of RGB (Red+Green+Blue) = 154+204+113=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC71 is #65338E. Grayscale: #B2B2B2. Windows color (decimal): -6632335 or 7457946. OLE color: 7457946.
HSL color Cylindrical-coordinate representation of color #9ACC71: hue angle of 92.97º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ACC71 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 113 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.2 |
| HSL | 92.97º | 0.47% | 0.62% | - |
| HSV(B) | 92.97º | 0.45% | 0.8% | - |
| XYZ | 37.9 | 51.25 | 23.52 | - |
| YUV | 178.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 113 | 0.25 | 0 | 0.45 | 0.2 | 92.97 | 0.47 | 0.62 |
| Hex | 9A | CC | 71 | 19 | 0 | 2D | 14 | 5D | 2F | 3E |
| Octal | 232 | 314 | 161 | 31 | 0 | 55 | 24 | 135 | 57 | 76 |
| Binary | 10011010 | 11001100 | 1110001 | 11001 | 0 | 101101 | 10100 | 1011101 | 101111 | 111110 |
Color Harmonies of #9ACC71
Complementary color
Monochromatic Colors of #9ACC71
Black with #9ACC71
Text Example
Text Example
White with #9ACC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC71; }
p { color: rgb(154,204,113); }
H1.HeaderClassName
{
color: #9ACC71;
}
.AnyTagClassName
{
color: #9ACC71;
}
</style>
background-color css
<style>
a { background-color: #9ACC71; }
a { background-color: rgb(154,204,113); }
div.DivClassName
{
background-color: #9ACC71;
}
.BgClassName
{
background-color: #9ACC71;
}
</style>
border-color css
<style>
span { border-color: #9ACC71; }
span { border-color: rgb(154,204,113); }
td.TdClassName
{
border-color: #9ACC71;
}
.TagClassName
{
border-color: #9ACC71;
}
</style>