Html Css Color HEX #A2DB9D Granny Smith Apple
📋 copy color: '#A2DB9D'red 162 ◦ green 219 ◦ blue 157
Shades of Granny Smith Apple #A2DB9D
Tints of Granny Smith Apple #A2DB9D
RGB
CMYK
RGB Variations
Color information
#A2DB9D (or 0xA2DB9D) is known color: Granny Smith Apple. HEX triplet: A2, DB and 9D. RGB value is (162,219,157). Sum of RGB (Red+Green+Blue) = 162+219+157=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DB9D is #5D2462. Grayscale: #C3C3C3. Windows color (decimal): -6104163 or 10345378. OLE color: 10345378.
HSL color Cylindrical-coordinate representation of color #A2DB9D: hue angle of 115.16º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2DB9D is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 157 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.14 |
| HSL | 115.16º | 0.46% | 0.74% | - |
| HSV(B) | 115.16º | 0.28% | 0.86% | - |
| XYZ | 46.32 | 60.78 | 41.19 | - |
| YUV | 194.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 157 | 0.26 | 0 | 0.28 | 0.14 | 115.16 | 0.46 | 0.74 |
| Hex | A2 | DB | 9D | 1A | 0 | 1C | E | 73 | 2E | 4A |
| Octal | 242 | 333 | 235 | 32 | 0 | 34 | 16 | 163 | 56 | 112 |
| Binary | 10100010 | 11011011 | 10011101 | 11010 | 0 | 11100 | 1110 | 1110011 | 101110 | 1001010 |
Color Harmonies of #A2DB9D
Complementary color
Monochromatic Colors of #A2DB9D
Black with #A2DB9D
Text Example
Text Example
White with #A2DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB9D; }
p { color: rgb(162,219,157); }
H1.HeaderClassName
{
color: #A2DB9D;
}
.AnyTagClassName
{
color: #A2DB9D;
}
</style>
background-color css
<style>
a { background-color: #A2DB9D; }
a { background-color: rgb(162,219,157); }
div.DivClassName
{
background-color: #A2DB9D;
}
.BgClassName
{
background-color: #A2DB9D;
}
</style>
border-color css
<style>
span { border-color: #A2DB9D; }
span { border-color: rgb(162,219,157); }
td.TdClassName
{
border-color: #A2DB9D;
}
.TagClassName
{
border-color: #A2DB9D;
}
</style>