Html Css Color HEX #A2DF8D Granny Smith Apple
📋 copy color: '#A2DF8D'red 162 ◦ green 223 ◦ blue 141
Shades of Granny Smith Apple #A2DF8D
Tints of Granny Smith Apple #A2DF8D
RGB
CMYK
RGB Variations
Color information
#A2DF8D (or 0xA2DF8D) is known color: Granny Smith Apple. HEX triplet: A2, DF and 8D. RGB value is (162,223,141). Sum of RGB (Red+Green+Blue) = 162+223+141=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DF8D is #5D2072. Grayscale: #C3C3C3. Windows color (decimal): -6103155 or 9297826. OLE color: 9297826.
HSL color Cylindrical-coordinate representation of color #A2DF8D: hue angle of 104.63º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2DF8D is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 141 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.13 |
| HSL | 104.63º | 0.56% | 0.71% | - |
| HSV(B) | 104.63º | 0.37% | 0.87% | - |
| XYZ | 46.1 | 62.38 | 34.81 | - |
| YUV | 195.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 141 | 0.27 | 0 | 0.37 | 0.13 | 104.63 | 0.56 | 0.71 |
| Hex | A2 | DF | 8D | 1B | 0 | 25 | D | 69 | 38 | 47 |
| Octal | 242 | 337 | 215 | 33 | 0 | 45 | 15 | 151 | 70 | 107 |
| Binary | 10100010 | 11011111 | 10001101 | 11011 | 0 | 100101 | 1101 | 1101001 | 111000 | 1000111 |
Color Harmonies of #A2DF8D
Complementary color
Monochromatic Colors of #A2DF8D
Black with #A2DF8D
Text Example
Text Example
White with #A2DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF8D; }
p { color: rgb(162,223,141); }
H1.HeaderClassName
{
color: #A2DF8D;
}
.AnyTagClassName
{
color: #A2DF8D;
}
</style>
background-color css
<style>
a { background-color: #A2DF8D; }
a { background-color: rgb(162,223,141); }
div.DivClassName
{
background-color: #A2DF8D;
}
.BgClassName
{
background-color: #A2DF8D;
}
</style>
border-color css
<style>
span { border-color: #A2DF8D; }
span { border-color: rgb(162,223,141); }
td.TdClassName
{
border-color: #A2DF8D;
}
.TagClassName
{
border-color: #A2DF8D;
}
</style>