Shades of Olivine #A2C872
Tints of Olivine #A2C872
RGB
CMYK
RGB Variations
Color information
#A2C872 (or 0xA2C872) is known color: Olivine. HEX triplet: A2, C8 and 72. RGB value is (162,200,114). Sum of RGB (Red+Green+Blue) = 162+200+114=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C872 is #5D378D. Grayscale: #B3B3B3. Windows color (decimal): -6109070 or 7522466. OLE color: 7522466.
HSL color Cylindrical-coordinate representation of color #A2C872: hue angle of 86.51º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2C872 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 114 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.22 |
| HSL | 86.51º | 0.44% | 0.62% | - |
| HSV(B) | 86.51º | 0.43% | 0.78% | - |
| XYZ | 38.59 | 50.2 | 23.58 | - |
| YUV | 178.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 114 | 0.19 | 0 | 0.43 | 0.22 | 86.51 | 0.44 | 0.62 |
| Hex | A2 | C8 | 72 | 13 | 0 | 2B | 16 | 57 | 2C | 3E |
| Octal | 242 | 310 | 162 | 23 | 0 | 53 | 26 | 127 | 54 | 76 |
| Binary | 10100010 | 11001000 | 1110010 | 10011 | 0 | 101011 | 10110 | 1010111 | 101100 | 111110 |
Color Harmonies of #A2C872
Complementary color
Monochromatic Colors of #A2C872
Black with #A2C872
Text Example
Text Example
White with #A2C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C872; }
p { color: rgb(162,200,114); }
H1.HeaderClassName
{
color: #A2C872;
}
.AnyTagClassName
{
color: #A2C872;
}
</style>
background-color css
<style>
a { background-color: #A2C872; }
a { background-color: rgb(162,200,114); }
div.DivClassName
{
background-color: #A2C872;
}
.BgClassName
{
background-color: #A2C872;
}
</style>
border-color css
<style>
span { border-color: #A2C872; }
span { border-color: rgb(162,200,114); }
td.TdClassName
{
border-color: #A2C872;
}
.TagClassName
{
border-color: #A2C872;
}
</style>