Shades of Olivine #A4C57A
Tints of Olivine #A4C57A
RGB
CMYK
RGB Variations
Color information
#A4C57A (or 0xA4C57A) is known color: Olivine. HEX triplet: A4, C5 and 7A. RGB value is (164,197,122). Sum of RGB (Red+Green+Blue) = 164+197+122=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C57A is #5B3A85. Grayscale: #B2B2B2. Windows color (decimal): -5978758 or 8045988. OLE color: 8045988.
HSL color Cylindrical-coordinate representation of color #A4C57A: hue angle of 86.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4C57A is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 122 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.23 |
| HSL | 86.4º | 0.39% | 0.63% | - |
| HSV(B) | 86.4º | 0.38% | 0.77% | - |
| XYZ | 38.79 | 49.23 | 25.87 | - |
| YUV | 178.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 122 | 0.17 | 0 | 0.38 | 0.23 | 86.4 | 0.39 | 0.63 |
| Hex | A4 | C5 | 7A | 11 | 0 | 26 | 17 | 56 | 27 | 3F |
| Octal | 244 | 305 | 172 | 21 | 0 | 46 | 27 | 126 | 47 | 77 |
| Binary | 10100100 | 11000101 | 1111010 | 10001 | 0 | 100110 | 10111 | 1010110 | 100111 | 111111 |
Color Harmonies of #A4C57A
Complementary color
Monochromatic Colors of #A4C57A
Black with #A4C57A
Text Example
Text Example
White with #A4C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C57A; }
p { color: rgb(164,197,122); }
H1.HeaderClassName
{
color: #A4C57A;
}
.AnyTagClassName
{
color: #A4C57A;
}
</style>
background-color css
<style>
a { background-color: #A4C57A; }
a { background-color: rgb(164,197,122); }
div.DivClassName
{
background-color: #A4C57A;
}
.BgClassName
{
background-color: #A4C57A;
}
</style>
border-color css
<style>
span { border-color: #A4C57A; }
span { border-color: rgb(164,197,122); }
td.TdClassName
{
border-color: #A4C57A;
}
.TagClassName
{
border-color: #A4C57A;
}
</style>