Shades of Olivine #A2C25E
Tints of Olivine #A2C25E
RGB
CMYK
RGB Variations
Color information
#A2C25E (or 0xA2C25E) is known color: Olivine. HEX triplet: A2, C2 and 5E. RGB value is (162,194,94). Sum of RGB (Red+Green+Blue) = 162+194+94=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C25E is #5D3DA1. Grayscale: #ADADAD. Windows color (decimal): -6110626 or 6210210. OLE color: 6210210.
HSL color Cylindrical-coordinate representation of color #A2C25E: hue angle of 79.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2C25E is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 94 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.24 |
| HSL | 79.2º | 0.45% | 0.56% | - |
| HSV(B) | 79.2º | 0.52% | 0.76% | - |
| XYZ | 36.21 | 47.07 | 17.77 | - |
| YUV | 173.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 94 | 0.16 | 0 | 0.52 | 0.24 | 79.2 | 0.45 | 0.56 |
| Hex | A2 | C2 | 5E | 10 | 0 | 34 | 18 | 4F | 2D | 38 |
| Octal | 242 | 302 | 136 | 20 | 0 | 64 | 30 | 117 | 55 | 70 |
| Binary | 10100010 | 11000010 | 1011110 | 10000 | 0 | 110100 | 11000 | 1001111 | 101101 | 111000 |
Color Harmonies of #A2C25E
Complementary color
Monochromatic Colors of #A2C25E
Black with #A2C25E
Text Example
Text Example
White with #A2C25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C25E; }
p { color: rgb(162,194,94); }
H1.HeaderClassName
{
color: #A2C25E;
}
.AnyTagClassName
{
color: #A2C25E;
}
</style>
background-color css
<style>
a { background-color: #A2C25E; }
a { background-color: rgb(162,194,94); }
div.DivClassName
{
background-color: #A2C25E;
}
.BgClassName
{
background-color: #A2C25E;
}
</style>
border-color css
<style>
span { border-color: #A2C25E; }
span { border-color: rgb(162,194,94); }
td.TdClassName
{
border-color: #A2C25E;
}
.TagClassName
{
border-color: #A2C25E;
}
</style>