Html Css Color HEX #A2D6A0 Granny Smith Apple
📋 copy color: '#A2D6A0'red 162 ◦ green 214 ◦ blue 160
Shades of Granny Smith Apple #A2D6A0
Tints of Granny Smith Apple #A2D6A0
RGB
CMYK
RGB Variations
Color information
#A2D6A0 (or 0xA2D6A0) is known color: Granny Smith Apple. HEX triplet: A2, D6 and A0. RGB value is (162,214,160). Sum of RGB (Red+Green+Blue) = 162+214+160=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D6A0 is #5D295F. Grayscale: #C0C0C0. Windows color (decimal): -6105440 or 10540706. OLE color: 10540706.
HSL color Cylindrical-coordinate representation of color #A2D6A0: hue angle of 117.78º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D6A0 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 160 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.16 |
| HSL | 117.78º | 0.4% | 0.73% | - |
| HSV(B) | 117.78º | 0.25% | 0.84% | - |
| XYZ | 45.29 | 58.31 | 42.13 | - |
| YUV | 192.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 160 | 0.24 | 0 | 0.25 | 0.16 | 117.78 | 0.4 | 0.73 |
| Hex | A2 | D6 | A0 | 18 | 0 | 19 | 10 | 76 | 28 | 49 |
| Octal | 242 | 326 | 240 | 30 | 0 | 31 | 20 | 166 | 50 | 111 |
| Binary | 10100010 | 11010110 | 10100000 | 11000 | 0 | 11001 | 10000 | 1110110 | 101000 | 1001001 |
Color Harmonies of #A2D6A0
Complementary color
Monochromatic Colors of #A2D6A0
Black with #A2D6A0
Text Example
Text Example
White with #A2D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6A0; }
p { color: rgb(162,214,160); }
H1.HeaderClassName
{
color: #A2D6A0;
}
.AnyTagClassName
{
color: #A2D6A0;
}
</style>
background-color css
<style>
a { background-color: #A2D6A0; }
a { background-color: rgb(162,214,160); }
div.DivClassName
{
background-color: #A2D6A0;
}
.BgClassName
{
background-color: #A2D6A0;
}
</style>
border-color css
<style>
span { border-color: #A2D6A0; }
span { border-color: rgb(162,214,160); }
td.TdClassName
{
border-color: #A2D6A0;
}
.TagClassName
{
border-color: #A2D6A0;
}
</style>