Shades of Olivine #A2D26D
Tints of Olivine #A2D26D
RGB
CMYK
RGB Variations
Color information
#A2D26D (or 0xA2D26D) is known color: Olivine. HEX triplet: A2, D2 and 6D. RGB value is (162,210,109). Sum of RGB (Red+Green+Blue) = 162+210+109=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D26D is #5D2D92. Grayscale: #B8B8B8. Windows color (decimal): -6106515 or 7197346. OLE color: 7197346.
HSL color Cylindrical-coordinate representation of color #A2D26D: hue angle of 88.51º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2D26D is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 109 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.18 |
| HSL | 88.51º | 0.53% | 0.63% | - |
| HSV(B) | 88.51º | 0.48% | 0.82% | - |
| XYZ | 40.71 | 54.88 | 22.92 | - |
| YUV | 184.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 109 | 0.23 | 0 | 0.48 | 0.18 | 88.51 | 0.53 | 0.63 |
| Hex | A2 | D2 | 6D | 17 | 0 | 30 | 12 | 59 | 35 | 3F |
| Octal | 242 | 322 | 155 | 27 | 0 | 60 | 22 | 131 | 65 | 77 |
| Binary | 10100010 | 11010010 | 1101101 | 10111 | 0 | 110000 | 10010 | 1011001 | 110101 | 111111 |
Color Harmonies of #A2D26D
Complementary color
Monochromatic Colors of #A2D26D
Black with #A2D26D
Text Example
Text Example
White with #A2D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D26D; }
p { color: rgb(162,210,109); }
H1.HeaderClassName
{
color: #A2D26D;
}
.AnyTagClassName
{
color: #A2D26D;
}
</style>
background-color css
<style>
a { background-color: #A2D26D; }
a { background-color: rgb(162,210,109); }
div.DivClassName
{
background-color: #A2D26D;
}
.BgClassName
{
background-color: #A2D26D;
}
</style>
border-color css
<style>
span { border-color: #A2D26D; }
span { border-color: rgb(162,210,109); }
td.TdClassName
{
border-color: #A2D26D;
}
.TagClassName
{
border-color: #A2D26D;
}
</style>