Html Css Color HEX #A2D993 Granny Smith Apple
📋 copy color: '#A2D993'red 162 ◦ green 217 ◦ blue 147
Shades of Granny Smith Apple #A2D993
Tints of Granny Smith Apple #A2D993
RGB
CMYK
RGB Variations
Color information
#A2D993 (or 0xA2D993) is known color: Granny Smith Apple. HEX triplet: A2, D9 and 93. RGB value is (162,217,147). Sum of RGB (Red+Green+Blue) = 162+217+147=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D993 is #5D266C. Grayscale: #C0C0C0. Windows color (decimal): -6104685 or 9689506. OLE color: 9689506.
HSL color Cylindrical-coordinate representation of color #A2D993: hue angle of 107.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2D993 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 147 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.15 |
| HSL | 107.14º | 0.48% | 0.71% | - |
| HSV(B) | 107.14º | 0.32% | 0.85% | - |
| XYZ | 44.98 | 59.41 | 36.7 | - |
| YUV | 192.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 147 | 0.25 | 0 | 0.32 | 0.15 | 107.14 | 0.48 | 0.71 |
| Hex | A2 | D9 | 93 | 19 | 0 | 20 | F | 6B | 30 | 47 |
| Octal | 242 | 331 | 223 | 31 | 0 | 40 | 17 | 153 | 60 | 107 |
| Binary | 10100010 | 11011001 | 10010011 | 11001 | 0 | 100000 | 1111 | 1101011 | 110000 | 1000111 |
Color Harmonies of #A2D993
Complementary color
Monochromatic Colors of #A2D993
Black with #A2D993
Text Example
Text Example
White with #A2D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D993; }
p { color: rgb(162,217,147); }
H1.HeaderClassName
{
color: #A2D993;
}
.AnyTagClassName
{
color: #A2D993;
}
</style>
background-color css
<style>
a { background-color: #A2D993; }
a { background-color: rgb(162,217,147); }
div.DivClassName
{
background-color: #A2D993;
}
.BgClassName
{
background-color: #A2D993;
}
</style>
border-color css
<style>
span { border-color: #A2D993; }
span { border-color: rgb(162,217,147); }
td.TdClassName
{
border-color: #A2D993;
}
.TagClassName
{
border-color: #A2D993;
}
</style>