Shades of Olivine #A2C26D
Tints of Olivine #A2C26D
RGB
CMYK
RGB Variations
Color information
#A2C26D (or 0xA2C26D) is known color: Olivine. HEX triplet: A2, C2 and 6D. RGB value is (162,194,109). Sum of RGB (Red+Green+Blue) = 162+194+109=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C26D is #5D3D92. Grayscale: #AFAFAF. Windows color (decimal): -6110611 or 7193250. OLE color: 7193250.
HSL color Cylindrical-coordinate representation of color #A2C26D: hue angle of 82.59º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2C26D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 109 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.24 |
| HSL | 82.59º | 0.41% | 0.59% | - |
| HSV(B) | 82.59º | 0.44% | 0.76% | - |
| XYZ | 36.95 | 47.37 | 21.66 | - |
| YUV | 174.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 109 | 0.16 | 0 | 0.44 | 0.24 | 82.59 | 0.41 | 0.59 |
| Hex | A2 | C2 | 6D | 10 | 0 | 2C | 18 | 53 | 29 | 3B |
| Octal | 242 | 302 | 155 | 20 | 0 | 54 | 30 | 123 | 51 | 73 |
| Binary | 10100010 | 11000010 | 1101101 | 10000 | 0 | 101100 | 11000 | 1010011 | 101001 | 111011 |
Color Harmonies of #A2C26D
Complementary color
Monochromatic Colors of #A2C26D
Black with #A2C26D
Text Example
Text Example
White with #A2C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C26D; }
p { color: rgb(162,194,109); }
H1.HeaderClassName
{
color: #A2C26D;
}
.AnyTagClassName
{
color: #A2C26D;
}
</style>
background-color css
<style>
a { background-color: #A2C26D; }
a { background-color: rgb(162,194,109); }
div.DivClassName
{
background-color: #A2C26D;
}
.BgClassName
{
background-color: #A2C26D;
}
</style>
border-color css
<style>
span { border-color: #A2C26D; }
span { border-color: rgb(162,194,109); }
td.TdClassName
{
border-color: #A2C26D;
}
.TagClassName
{
border-color: #A2C26D;
}
</style>