Shades of Olivine #A4C55F
Tints of Olivine #A4C55F
RGB
CMYK
RGB Variations
Color information
#A4C55F (or 0xA4C55F) is known color: Olivine. HEX triplet: A4, C5 and 5F. RGB value is (164,197,95). Sum of RGB (Red+Green+Blue) = 164+197+95=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C55F is #5B3AA0. Grayscale: #AFAFAF. Windows color (decimal): -5978785 or 6276516. OLE color: 6276516.
HSL color Cylindrical-coordinate representation of color #A4C55F: hue angle of 79.41º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4C55F is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 95 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.23 |
| HSL | 79.41º | 0.47% | 0.57% | - |
| HSV(B) | 79.41º | 0.52% | 0.77% | - |
| XYZ | 37.34 | 48.65 | 18.25 | - |
| YUV | 175.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 95 | 0.17 | 0 | 0.52 | 0.23 | 79.41 | 0.47 | 0.57 |
| Hex | A4 | C5 | 5F | 11 | 0 | 34 | 17 | 4F | 2F | 39 |
| Octal | 244 | 305 | 137 | 21 | 0 | 64 | 27 | 117 | 57 | 71 |
| Binary | 10100100 | 11000101 | 1011111 | 10001 | 0 | 110100 | 10111 | 1001111 | 101111 | 111001 |
Color Harmonies of #A4C55F
Complementary color
Monochromatic Colors of #A4C55F
Black with #A4C55F
Text Example
Text Example
White with #A4C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C55F; }
p { color: rgb(164,197,95); }
H1.HeaderClassName
{
color: #A4C55F;
}
.AnyTagClassName
{
color: #A4C55F;
}
</style>
background-color css
<style>
a { background-color: #A4C55F; }
a { background-color: rgb(164,197,95); }
div.DivClassName
{
background-color: #A4C55F;
}
.BgClassName
{
background-color: #A4C55F;
}
</style>
border-color css
<style>
span { border-color: #A4C55F; }
span { border-color: rgb(164,197,95); }
td.TdClassName
{
border-color: #A4C55F;
}
.TagClassName
{
border-color: #A4C55F;
}
</style>