Html Css Color HEX #A2DBA0 Granny Smith Apple
📋 copy color: '#A2DBA0'red 162 ◦ green 219 ◦ blue 160
Shades of Granny Smith Apple #A2DBA0
Tints of Granny Smith Apple #A2DBA0
RGB
CMYK
RGB Variations
Color information
#A2DBA0 (or 0xA2DBA0) is known color: Granny Smith Apple. HEX triplet: A2, DB and A0. RGB value is (162,219,160). Sum of RGB (Red+Green+Blue) = 162+219+160=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DBA0 is #5D245F. Grayscale: #C3C3C3. Windows color (decimal): -6104160 or 10541986. OLE color: 10541986.
HSL color Cylindrical-coordinate representation of color #A2DBA0: hue angle of 117.97º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DBA0 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 160 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.14 |
| HSL | 117.97º | 0.45% | 0.74% | - |
| HSV(B) | 117.97º | 0.27% | 0.86% | - |
| XYZ | 46.58 | 60.88 | 42.55 | - |
| YUV | 195.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 160 | 0.26 | 0 | 0.27 | 0.14 | 117.97 | 0.45 | 0.74 |
| Hex | A2 | DB | A0 | 1A | 0 | 1B | E | 76 | 2D | 4A |
| Octal | 242 | 333 | 240 | 32 | 0 | 33 | 16 | 166 | 55 | 112 |
| Binary | 10100010 | 11011011 | 10100000 | 11010 | 0 | 11011 | 1110 | 1110110 | 101101 | 1001010 |
Color Harmonies of #A2DBA0
Complementary color
Monochromatic Colors of #A2DBA0
Black with #A2DBA0
Text Example
Text Example
White with #A2DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBA0; }
p { color: rgb(162,219,160); }
H1.HeaderClassName
{
color: #A2DBA0;
}
.AnyTagClassName
{
color: #A2DBA0;
}
</style>
background-color css
<style>
a { background-color: #A2DBA0; }
a { background-color: rgb(162,219,160); }
div.DivClassName
{
background-color: #A2DBA0;
}
.BgClassName
{
background-color: #A2DBA0;
}
</style>
border-color css
<style>
span { border-color: #A2DBA0; }
span { border-color: rgb(162,219,160); }
td.TdClassName
{
border-color: #A2DBA0;
}
.TagClassName
{
border-color: #A2DBA0;
}
</style>