Html Css Color HEX #A2D0A0 Granny Smith Apple
📋 copy color: '#A2D0A0'red 162 ◦ green 208 ◦ blue 160
Shades of Granny Smith Apple #A2D0A0
Tints of Granny Smith Apple #A2D0A0
RGB
CMYK
RGB Variations
Color information
#A2D0A0 (or 0xA2D0A0) is known color: Granny Smith Apple. HEX triplet: A2, D0 and A0. RGB value is (162,208,160). Sum of RGB (Red+Green+Blue) = 162+208+160=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D0A0 is #5D2F5F. Grayscale: #BCBCBC. Windows color (decimal): -6106976 or 10539170. OLE color: 10539170.
HSL color Cylindrical-coordinate representation of color #A2D0A0: hue angle of 117.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D0A0 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 160 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.18 |
| HSL | 117.5º | 0.34% | 0.72% | - |
| HSV(B) | 117.5º | 0.23% | 0.82% | - |
| XYZ | 43.8 | 55.33 | 41.63 | - |
| YUV | 188.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 160 | 0.22 | 0 | 0.23 | 0.18 | 117.5 | 0.34 | 0.72 |
| Hex | A2 | D0 | A0 | 16 | 0 | 17 | 12 | 76 | 22 | 48 |
| Octal | 242 | 320 | 240 | 26 | 0 | 27 | 22 | 166 | 42 | 110 |
| Binary | 10100010 | 11010000 | 10100000 | 10110 | 0 | 10111 | 10010 | 1110110 | 100010 | 1001000 |
Color Harmonies of #A2D0A0
Complementary color
Monochromatic Colors of #A2D0A0
Black with #A2D0A0
Text Example
Text Example
White with #A2D0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0A0; }
p { color: rgb(162,208,160); }
H1.HeaderClassName
{
color: #A2D0A0;
}
.AnyTagClassName
{
color: #A2D0A0;
}
</style>
background-color css
<style>
a { background-color: #A2D0A0; }
a { background-color: rgb(162,208,160); }
div.DivClassName
{
background-color: #A2D0A0;
}
.BgClassName
{
background-color: #A2D0A0;
}
</style>
border-color css
<style>
span { border-color: #A2D0A0; }
span { border-color: rgb(162,208,160); }
td.TdClassName
{
border-color: #A2D0A0;
}
.TagClassName
{
border-color: #A2D0A0;
}
</style>