Shades of Olivine #A2C965
Tints of Olivine #A2C965
RGB
CMYK
RGB Variations
Color information
#A2C965 (or 0xA2C965) is known color: Olivine. HEX triplet: A2, C9 and 65. RGB value is (162,201,101). Sum of RGB (Red+Green+Blue) = 162+201+101=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C965 is #5D369A. Grayscale: #B2B2B2. Windows color (decimal): -6108827 or 6670754. OLE color: 6670754.
HSL color Cylindrical-coordinate representation of color #A2C965: hue angle of 83.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2C965 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 101 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.21 |
| HSL | 83.4º | 0.48% | 0.59% | - |
| HSV(B) | 83.4º | 0.5% | 0.79% | - |
| XYZ | 38.14 | 50.39 | 20.03 | - |
| YUV | 177.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 101 | 0.19 | 0 | 0.50 | 0.21 | 83.4 | 0.48 | 0.59 |
| Hex | A2 | C9 | 65 | 13 | 0 | 32 | 15 | 53 | 30 | 3B |
| Octal | 242 | 311 | 145 | 23 | 0 | 62 | 25 | 123 | 60 | 73 |
| Binary | 10100010 | 11001001 | 1100101 | 10011 | 0 | 110010 | 10101 | 1010011 | 110000 | 111011 |
Color Harmonies of #A2C965
Complementary color
Monochromatic Colors of #A2C965
Black with #A2C965
Text Example
Text Example
White with #A2C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C965; }
p { color: rgb(162,201,101); }
H1.HeaderClassName
{
color: #A2C965;
}
.AnyTagClassName
{
color: #A2C965;
}
</style>
background-color css
<style>
a { background-color: #A2C965; }
a { background-color: rgb(162,201,101); }
div.DivClassName
{
background-color: #A2C965;
}
.BgClassName
{
background-color: #A2C965;
}
</style>
border-color css
<style>
span { border-color: #A2C965; }
span { border-color: rgb(162,201,101); }
td.TdClassName
{
border-color: #A2C965;
}
.TagClassName
{
border-color: #A2C965;
}
</style>