Shades of Olivine #9ACA5F
Tints of Olivine #9ACA5F
RGB
CMYK
RGB Variations
Color information
#9ACA5F (or 0x9ACA5F) is known color: Olivine. HEX triplet: 9A, CA and 5F. RGB value is (154,202,95). Sum of RGB (Red+Green+Blue) = 154+202+95=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACA5F is #6535A0. Grayscale: #AFAFAF. Windows color (decimal): -6632865 or 6277786. OLE color: 6277786.
HSL color Cylindrical-coordinate representation of color #9ACA5F: hue angle of 86.92º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ACA5F is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 202 | 95 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.21 |
| HSL | 86.92º | 0.5% | 0.58% | - |
| HSV(B) | 86.92º | 0.53% | 0.79% | - |
| XYZ | 36.51 | 49.94 | 18.54 | - |
| YUV | 175.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 202 | 95 | 0.24 | 0 | 0.53 | 0.21 | 86.92 | 0.5 | 0.58 |
| Hex | 9A | CA | 5F | 18 | 0 | 35 | 15 | 57 | 32 | 3A |
| Octal | 232 | 312 | 137 | 30 | 0 | 65 | 25 | 127 | 62 | 72 |
| Binary | 10011010 | 11001010 | 1011111 | 11000 | 0 | 110101 | 10101 | 1010111 | 110010 | 111010 |
Color Harmonies of #9ACA5F
Complementary color
Monochromatic Colors of #9ACA5F
Black with #9ACA5F
Text Example
Text Example
White with #9ACA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACA5F; }
p { color: rgb(154,202,95); }
H1.HeaderClassName
{
color: #9ACA5F;
}
.AnyTagClassName
{
color: #9ACA5F;
}
</style>
background-color css
<style>
a { background-color: #9ACA5F; }
a { background-color: rgb(154,202,95); }
div.DivClassName
{
background-color: #9ACA5F;
}
.BgClassName
{
background-color: #9ACA5F;
}
</style>
border-color css
<style>
span { border-color: #9ACA5F; }
span { border-color: rgb(154,202,95); }
td.TdClassName
{
border-color: #9ACA5F;
}
.TagClassName
{
border-color: #9ACA5F;
}
</style>