Shades of Olivine #A2CE72
Tints of Olivine #A2CE72
RGB
CMYK
RGB Variations
Color information
#A2CE72 (or 0xA2CE72) is known color: Olivine. HEX triplet: A2, CE and 72. RGB value is (162,206,114). Sum of RGB (Red+Green+Blue) = 162+206+114=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE72 is #5D318D. Grayscale: #B6B6B6. Windows color (decimal): -6107534 or 7524002. OLE color: 7524002.
HSL color Cylindrical-coordinate representation of color #A2CE72: hue angle of 88.7º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2CE72 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 114 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.19 |
| HSL | 88.7º | 0.48% | 0.63% | - |
| HSV(B) | 88.7º | 0.45% | 0.81% | - |
| XYZ | 40.01 | 53.04 | 24.05 | - |
| YUV | 182.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 114 | 0.21 | 0 | 0.45 | 0.19 | 88.7 | 0.48 | 0.63 |
| Hex | A2 | CE | 72 | 15 | 0 | 2D | 13 | 59 | 30 | 3F |
| Octal | 242 | 316 | 162 | 25 | 0 | 55 | 23 | 131 | 60 | 77 |
| Binary | 10100010 | 11001110 | 1110010 | 10101 | 0 | 101101 | 10011 | 1011001 | 110000 | 111111 |
Color Harmonies of #A2CE72
Complementary color
Monochromatic Colors of #A2CE72
Black with #A2CE72
Text Example
Text Example
White with #A2CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE72; }
p { color: rgb(162,206,114); }
H1.HeaderClassName
{
color: #A2CE72;
}
.AnyTagClassName
{
color: #A2CE72;
}
</style>
background-color css
<style>
a { background-color: #A2CE72; }
a { background-color: rgb(162,206,114); }
div.DivClassName
{
background-color: #A2CE72;
}
.BgClassName
{
background-color: #A2CE72;
}
</style>
border-color css
<style>
span { border-color: #A2CE72; }
span { border-color: rgb(162,206,114); }
td.TdClassName
{
border-color: #A2CE72;
}
.TagClassName
{
border-color: #A2CE72;
}
</style>