Shades of Olivine #A2C866
Tints of Olivine #A2C866
RGB
CMYK
RGB Variations
Color information
#A2C866 (or 0xA2C866) is known color: Olivine. HEX triplet: A2, C8 and 66. RGB value is (162,200,102). Sum of RGB (Red+Green+Blue) = 162+200+102=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C866 is #5D3799. Grayscale: #B1B1B1. Windows color (decimal): -6109082 or 6736034. OLE color: 6736034.
HSL color Cylindrical-coordinate representation of color #A2C866: hue angle of 83.27º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2C866 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 102 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.22 |
| HSL | 83.27º | 0.47% | 0.59% | - |
| HSV(B) | 83.27º | 0.49% | 0.78% | - |
| XYZ | 37.95 | 49.95 | 20.21 | - |
| YUV | 177.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 102 | 0.19 | 0 | 0.49 | 0.22 | 83.27 | 0.47 | 0.59 |
| Hex | A2 | C8 | 66 | 13 | 0 | 31 | 16 | 53 | 2F | 3B |
| Octal | 242 | 310 | 146 | 23 | 0 | 61 | 26 | 123 | 57 | 73 |
| Binary | 10100010 | 11001000 | 1100110 | 10011 | 0 | 110001 | 10110 | 1010011 | 101111 | 111011 |
Color Harmonies of #A2C866
Complementary color
Monochromatic Colors of #A2C866
Black with #A2C866
Text Example
Text Example
White with #A2C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C866; }
p { color: rgb(162,200,102); }
H1.HeaderClassName
{
color: #A2C866;
}
.AnyTagClassName
{
color: #A2C866;
}
</style>
background-color css
<style>
a { background-color: #A2C866; }
a { background-color: rgb(162,200,102); }
div.DivClassName
{
background-color: #A2C866;
}
.BgClassName
{
background-color: #A2C866;
}
</style>
border-color css
<style>
span { border-color: #A2C866; }
span { border-color: rgb(162,200,102); }
td.TdClassName
{
border-color: #A2C866;
}
.TagClassName
{
border-color: #A2C866;
}
</style>