Shades of Olivine #A2C464
Tints of Olivine #A2C464
RGB
CMYK
RGB Variations
Color information
#A2C464 (or 0xA2C464) is known color: Olivine. HEX triplet: A2, C4 and 64. RGB value is (162,196,100). Sum of RGB (Red+Green+Blue) = 162+196+100=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C464 is #5D3B9B. Grayscale: #AFAFAF. Windows color (decimal): -6110108 or 6603938. OLE color: 6603938.
HSL color Cylindrical-coordinate representation of color #A2C464: hue angle of 81.25º degrees, saturation: 0.45, 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 #A2C464 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 100 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.23 |
| HSL | 81.25º | 0.45% | 0.58% | - |
| HSV(B) | 81.25º | 0.49% | 0.77% | - |
| XYZ | 36.94 | 48.08 | 19.39 | - |
| YUV | 174.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 100 | 0.17 | 0 | 0.49 | 0.23 | 81.25 | 0.45 | 0.58 |
| Hex | A2 | C4 | 64 | 11 | 0 | 31 | 17 | 51 | 2D | 3A |
| Octal | 242 | 304 | 144 | 21 | 0 | 61 | 27 | 121 | 55 | 72 |
| Binary | 10100010 | 11000100 | 1100100 | 10001 | 0 | 110001 | 10111 | 1010001 | 101101 | 111010 |
Color Harmonies of #A2C464
Complementary color
Monochromatic Colors of #A2C464
Black with #A2C464
Text Example
Text Example
White with #A2C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C464; }
p { color: rgb(162,196,100); }
H1.HeaderClassName
{
color: #A2C464;
}
.AnyTagClassName
{
color: #A2C464;
}
</style>
background-color css
<style>
a { background-color: #A2C464; }
a { background-color: rgb(162,196,100); }
div.DivClassName
{
background-color: #A2C464;
}
.BgClassName
{
background-color: #A2C464;
}
</style>
border-color css
<style>
span { border-color: #A2C464; }
span { border-color: rgb(162,196,100); }
td.TdClassName
{
border-color: #A2C464;
}
.TagClassName
{
border-color: #A2C464;
}
</style>