Shades of Olivine #A2C564
Tints of Olivine #A2C564
RGB
CMYK
RGB Variations
Color information
#A2C564 (or 0xA2C564) is known color: Olivine. HEX triplet: A2, C5 and 64. RGB value is (162,197,100). Sum of RGB (Red+Green+Blue) = 162+197+100=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C564 is #5D3A9B. Grayscale: #AFAFAF. Windows color (decimal): -6109852 or 6604194. OLE color: 6604194.
HSL color Cylindrical-coordinate representation of color #A2C564: hue angle of 81.65º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2C564 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 100 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.23 |
| HSL | 81.65º | 0.46% | 0.58% | - |
| HSV(B) | 81.65º | 0.49% | 0.77% | - |
| XYZ | 37.17 | 48.53 | 19.47 | - |
| YUV | 175.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 100 | 0.18 | 0 | 0.49 | 0.23 | 81.65 | 0.46 | 0.58 |
| Hex | A2 | C5 | 64 | 12 | 0 | 31 | 17 | 52 | 2E | 3A |
| Octal | 242 | 305 | 144 | 22 | 0 | 61 | 27 | 122 | 56 | 72 |
| Binary | 10100010 | 11000101 | 1100100 | 10010 | 0 | 110001 | 10111 | 1010010 | 101110 | 111010 |
Color Harmonies of #A2C564
Complementary color
Monochromatic Colors of #A2C564
Black with #A2C564
Text Example
Text Example
White with #A2C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C564; }
p { color: rgb(162,197,100); }
H1.HeaderClassName
{
color: #A2C564;
}
.AnyTagClassName
{
color: #A2C564;
}
</style>
background-color css
<style>
a { background-color: #A2C564; }
a { background-color: rgb(162,197,100); }
div.DivClassName
{
background-color: #A2C564;
}
.BgClassName
{
background-color: #A2C564;
}
</style>
border-color css
<style>
span { border-color: #A2C564; }
span { border-color: rgb(162,197,100); }
td.TdClassName
{
border-color: #A2C564;
}
.TagClassName
{
border-color: #A2C564;
}
</style>