Shades of Olivine #9ACD71
Tints of Olivine #9ACD71
RGB
CMYK
RGB Variations
Color information
#9ACD71 (or 0x9ACD71) is known color: Olivine. HEX triplet: 9A, CD and 71. RGB value is (154,205,113). Sum of RGB (Red+Green+Blue) = 154+205+113=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD71 is #65328E. Grayscale: #B3B3B3. Windows color (decimal): -6632079 or 7458202. OLE color: 7458202.
HSL color Cylindrical-coordinate representation of color #9ACD71: hue angle of 93.26º degrees, saturation: 0.48, 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 #9ACD71 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 113 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.20 |
| HSL | 93.26º | 0.48% | 0.62% | - |
| HSV(B) | 93.26º | 0.45% | 0.8% | - |
| XYZ | 38.14 | 51.72 | 23.6 | - |
| YUV | 179.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 113 | 0.25 | 0 | 0.45 | 0.20 | 93.26 | 0.48 | 0.62 |
| Hex | 9A | CD | 71 | 19 | 0 | 2D | 14 | 5D | 30 | 3E |
| Octal | 232 | 315 | 161 | 31 | 0 | 55 | 24 | 135 | 60 | 76 |
| Binary | 10011010 | 11001101 | 1110001 | 11001 | 0 | 101101 | 10100 | 1011101 | 110000 | 111110 |
Color Harmonies of #9ACD71
Complementary color
Monochromatic Colors of #9ACD71
Black with #9ACD71
Text Example
Text Example
White with #9ACD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD71; }
p { color: rgb(154,205,113); }
H1.HeaderClassName
{
color: #9ACD71;
}
.AnyTagClassName
{
color: #9ACD71;
}
</style>
background-color css
<style>
a { background-color: #9ACD71; }
a { background-color: rgb(154,205,113); }
div.DivClassName
{
background-color: #9ACD71;
}
.BgClassName
{
background-color: #9ACD71;
}
</style>
border-color css
<style>
span { border-color: #9ACD71; }
span { border-color: rgb(154,205,113); }
td.TdClassName
{
border-color: #9ACD71;
}
.TagClassName
{
border-color: #9ACD71;
}
</style>