Html Css Color HEX #A2DF96 Granny Smith Apple
📋 copy color: '#A2DF96'red 162 ◦ green 223 ◦ blue 150
Shades of Granny Smith Apple #A2DF96
Tints of Granny Smith Apple #A2DF96
RGB
CMYK
RGB Variations
Color information
#A2DF96 (or 0xA2DF96) is known color: Granny Smith Apple. HEX triplet: A2, DF and 96. RGB value is (162,223,150). Sum of RGB (Red+Green+Blue) = 162+223+150=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DF96 is #5D2069. Grayscale: #C4C4C4. Windows color (decimal): -6103146 or 9887650. OLE color: 9887650.
HSL color Cylindrical-coordinate representation of color #A2DF96: hue angle of 110.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2DF96 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 150 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.13 |
| HSL | 110.14º | 0.53% | 0.73% | - |
| HSV(B) | 110.14º | 0.33% | 0.87% | - |
| XYZ | 46.79 | 62.66 | 38.48 | - |
| YUV | 196.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 150 | 0.27 | 0 | 0.33 | 0.13 | 110.14 | 0.53 | 0.73 |
| Hex | A2 | DF | 96 | 1B | 0 | 21 | D | 6E | 35 | 49 |
| Octal | 242 | 337 | 226 | 33 | 0 | 41 | 15 | 156 | 65 | 111 |
| Binary | 10100010 | 11011111 | 10010110 | 11011 | 0 | 100001 | 1101 | 1101110 | 110101 | 1001001 |
Color Harmonies of #A2DF96
Complementary color
Monochromatic Colors of #A2DF96
Black with #A2DF96
Text Example
Text Example
White with #A2DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF96; }
p { color: rgb(162,223,150); }
H1.HeaderClassName
{
color: #A2DF96;
}
.AnyTagClassName
{
color: #A2DF96;
}
</style>
background-color css
<style>
a { background-color: #A2DF96; }
a { background-color: rgb(162,223,150); }
div.DivClassName
{
background-color: #A2DF96;
}
.BgClassName
{
background-color: #A2DF96;
}
</style>
border-color css
<style>
span { border-color: #A2DF96; }
span { border-color: rgb(162,223,150); }
td.TdClassName
{
border-color: #A2DF96;
}
.TagClassName
{
border-color: #A2DF96;
}
</style>