Shades of Olivine #A2C869
Tints of Olivine #A2C869
RGB
CMYK
RGB Variations
Color information
#A2C869 (or 0xA2C869) is known color: Olivine. HEX triplet: A2, C8 and 69. RGB value is (162,200,105). Sum of RGB (Red+Green+Blue) = 162+200+105=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C869 is #5D3796. Grayscale: #B2B2B2. Windows color (decimal): -6109079 or 6932642. OLE color: 6932642.
HSL color Cylindrical-coordinate representation of color #A2C869: hue angle of 84º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2C869 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 105 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.22 |
| HSL | 84º | 0.46% | 0.6% | - |
| HSV(B) | 84º | 0.48% | 0.78% | - |
| XYZ | 38.1 | 50.01 | 21.01 | - |
| YUV | 177.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 105 | 0.19 | 0 | 0.48 | 0.22 | 84 | 0.46 | 0.6 |
| Hex | A2 | C8 | 69 | 13 | 0 | 30 | 16 | 54 | 2E | 3C |
| Octal | 242 | 310 | 151 | 23 | 0 | 60 | 26 | 124 | 56 | 74 |
| Binary | 10100010 | 11001000 | 1101001 | 10011 | 0 | 110000 | 10110 | 1010100 | 101110 | 111100 |
Color Harmonies of #A2C869
Complementary color
Monochromatic Colors of #A2C869
Black with #A2C869
Text Example
Text Example
White with #A2C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C869; }
p { color: rgb(162,200,105); }
H1.HeaderClassName
{
color: #A2C869;
}
.AnyTagClassName
{
color: #A2C869;
}
</style>
background-color css
<style>
a { background-color: #A2C869; }
a { background-color: rgb(162,200,105); }
div.DivClassName
{
background-color: #A2C869;
}
.BgClassName
{
background-color: #A2C869;
}
</style>
border-color css
<style>
span { border-color: #A2C869; }
span { border-color: rgb(162,200,105); }
td.TdClassName
{
border-color: #A2C869;
}
.TagClassName
{
border-color: #A2C869;
}
</style>