Shades of Olivine #A4CA6E
Tints of Olivine #A4CA6E
RGB
CMYK
RGB Variations
Color information
#A4CA6E (or 0xA4CA6E) is known color: Olivine. HEX triplet: A4, CA and 6E. RGB value is (164,202,110). Sum of RGB (Red+Green+Blue) = 164+202+110=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA6E is #5B3591. Grayscale: #B4B4B4. Windows color (decimal): -5977490 or 7260836. OLE color: 7260836.
HSL color Cylindrical-coordinate representation of color #A4CA6E: hue angle of 84.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4CA6E is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 110 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.21 |
| HSL | 84.78º | 0.46% | 0.61% | - |
| HSV(B) | 84.78º | 0.46% | 0.79% | - |
| XYZ | 39.24 | 51.26 | 22.58 | - |
| YUV | 180.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 110 | 0.19 | 0 | 0.46 | 0.21 | 84.78 | 0.46 | 0.61 |
| Hex | A4 | CA | 6E | 13 | 0 | 2E | 15 | 55 | 2E | 3D |
| Octal | 244 | 312 | 156 | 23 | 0 | 56 | 25 | 125 | 56 | 75 |
| Binary | 10100100 | 11001010 | 1101110 | 10011 | 0 | 101110 | 10101 | 1010101 | 101110 | 111101 |
Color Harmonies of #A4CA6E
Complementary color
Monochromatic Colors of #A4CA6E
Black with #A4CA6E
Text Example
Text Example
White with #A4CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA6E; }
p { color: rgb(164,202,110); }
H1.HeaderClassName
{
color: #A4CA6E;
}
.AnyTagClassName
{
color: #A4CA6E;
}
</style>
background-color css
<style>
a { background-color: #A4CA6E; }
a { background-color: rgb(164,202,110); }
div.DivClassName
{
background-color: #A4CA6E;
}
.BgClassName
{
background-color: #A4CA6E;
}
</style>
border-color css
<style>
span { border-color: #A4CA6E; }
span { border-color: rgb(164,202,110); }
td.TdClassName
{
border-color: #A4CA6E;
}
.TagClassName
{
border-color: #A4CA6E;
}
</style>