Shades of Olivine #A2C966
Tints of Olivine #A2C966
RGB
CMYK
RGB Variations
Color information
#A2C966 (or 0xA2C966) is known color: Olivine. HEX triplet: A2, C9 and 66. RGB value is (162,201,102). Sum of RGB (Red+Green+Blue) = 162+201+102=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C966 is #5D3699. Grayscale: #B2B2B2. Windows color (decimal): -6108826 or 6736290. OLE color: 6736290.
HSL color Cylindrical-coordinate representation of color #A2C966: hue angle of 83.64º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2C966 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 102 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.21 |
| HSL | 83.64º | 0.48% | 0.59% | - |
| HSV(B) | 83.64º | 0.49% | 0.79% | - |
| XYZ | 38.19 | 50.41 | 20.29 | - |
| YUV | 178.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 102 | 0.19 | 0 | 0.49 | 0.21 | 83.64 | 0.48 | 0.59 |
| Hex | A2 | C9 | 66 | 13 | 0 | 31 | 15 | 54 | 30 | 3B |
| Octal | 242 | 311 | 146 | 23 | 0 | 61 | 25 | 124 | 60 | 73 |
| Binary | 10100010 | 11001001 | 1100110 | 10011 | 0 | 110001 | 10101 | 1010100 | 110000 | 111011 |
Color Harmonies of #A2C966
Complementary color
Monochromatic Colors of #A2C966
Black with #A2C966
Text Example
Text Example
White with #A2C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C966; }
p { color: rgb(162,201,102); }
H1.HeaderClassName
{
color: #A2C966;
}
.AnyTagClassName
{
color: #A2C966;
}
</style>
background-color css
<style>
a { background-color: #A2C966; }
a { background-color: rgb(162,201,102); }
div.DivClassName
{
background-color: #A2C966;
}
.BgClassName
{
background-color: #A2C966;
}
</style>
border-color css
<style>
span { border-color: #A2C966; }
span { border-color: rgb(162,201,102); }
td.TdClassName
{
border-color: #A2C966;
}
.TagClassName
{
border-color: #A2C966;
}
</style>