Html Css Color HEX #A2DC96 Granny Smith Apple
📋 copy color: '#A2DC96'red 162 ◦ green 220 ◦ blue 150
Shades of Granny Smith Apple #A2DC96
Tints of Granny Smith Apple #A2DC96
RGB
CMYK
RGB Variations
Color information
#A2DC96 (or 0xA2DC96) is known color: Granny Smith Apple. HEX triplet: A2, DC and 96. RGB value is (162,220,150). Sum of RGB (Red+Green+Blue) = 162+220+150=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC96 is #5D2369. Grayscale: #C2C2C2. Windows color (decimal): -6103914 or 9886882. OLE color: 9886882.
HSL color Cylindrical-coordinate representation of color #A2DC96: hue angle of 109.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DC96 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 150 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.14 |
| HSL | 109.71º | 0.5% | 0.73% | - |
| HSV(B) | 109.71º | 0.32% | 0.86% | - |
| XYZ | 46 | 61.07 | 38.22 | - |
| YUV | 194.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 150 | 0.26 | 0 | 0.32 | 0.14 | 109.71 | 0.5 | 0.73 |
| Hex | A2 | DC | 96 | 1A | 0 | 20 | E | 6E | 32 | 49 |
| Octal | 242 | 334 | 226 | 32 | 0 | 40 | 16 | 156 | 62 | 111 |
| Binary | 10100010 | 11011100 | 10010110 | 11010 | 0 | 100000 | 1110 | 1101110 | 110010 | 1001001 |
Color Harmonies of #A2DC96
Complementary color
Monochromatic Colors of #A2DC96
Black with #A2DC96
Text Example
Text Example
White with #A2DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC96; }
p { color: rgb(162,220,150); }
H1.HeaderClassName
{
color: #A2DC96;
}
.AnyTagClassName
{
color: #A2DC96;
}
</style>
background-color css
<style>
a { background-color: #A2DC96; }
a { background-color: rgb(162,220,150); }
div.DivClassName
{
background-color: #A2DC96;
}
.BgClassName
{
background-color: #A2DC96;
}
</style>
border-color css
<style>
span { border-color: #A2DC96; }
span { border-color: rgb(162,220,150); }
td.TdClassName
{
border-color: #A2DC96;
}
.TagClassName
{
border-color: #A2DC96;
}
</style>