Html Css Color HEX #A2DB96 Granny Smith Apple
📋 copy color: '#A2DB96'red 162 ◦ green 219 ◦ blue 150
Shades of Granny Smith Apple #A2DB96
Tints of Granny Smith Apple #A2DB96
RGB
CMYK
RGB Variations
Color information
#A2DB96 (or 0xA2DB96) is known color: Granny Smith Apple. HEX triplet: A2, DB and 96. RGB value is (162,219,150). Sum of RGB (Red+Green+Blue) = 162+219+150=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DB96 is #5D2469. Grayscale: #C2C2C2. Windows color (decimal): -6104170 or 9886626. OLE color: 9886626.
HSL color Cylindrical-coordinate representation of color #A2DB96: hue angle of 109.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DB96 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 150 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.14 |
| HSL | 109.57º | 0.49% | 0.72% | - |
| HSV(B) | 109.57º | 0.32% | 0.86% | - |
| XYZ | 45.74 | 60.55 | 38.13 | - |
| YUV | 194.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 150 | 0.26 | 0 | 0.32 | 0.14 | 109.57 | 0.49 | 0.72 |
| Hex | A2 | DB | 96 | 1A | 0 | 20 | E | 6E | 31 | 48 |
| Octal | 242 | 333 | 226 | 32 | 0 | 40 | 16 | 156 | 61 | 110 |
| Binary | 10100010 | 11011011 | 10010110 | 11010 | 0 | 100000 | 1110 | 1101110 | 110001 | 1001000 |
Color Harmonies of #A2DB96
Complementary color
Monochromatic Colors of #A2DB96
Black with #A2DB96
Text Example
Text Example
White with #A2DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB96; }
p { color: rgb(162,219,150); }
H1.HeaderClassName
{
color: #A2DB96;
}
.AnyTagClassName
{
color: #A2DB96;
}
</style>
background-color css
<style>
a { background-color: #A2DB96; }
a { background-color: rgb(162,219,150); }
div.DivClassName
{
background-color: #A2DB96;
}
.BgClassName
{
background-color: #A2DB96;
}
</style>
border-color css
<style>
span { border-color: #A2DB96; }
span { border-color: rgb(162,219,150); }
td.TdClassName
{
border-color: #A2DB96;
}
.TagClassName
{
border-color: #A2DB96;
}
</style>