Html Css Color HEX #A2DD8D Granny Smith Apple
📋 copy color: '#A2DD8D'red 162 ◦ green 221 ◦ blue 141
Shades of Granny Smith Apple #A2DD8D
Tints of Granny Smith Apple #A2DD8D
RGB
CMYK
RGB Variations
Color information
#A2DD8D (or 0xA2DD8D) is known color: Granny Smith Apple. HEX triplet: A2, DD and 8D. RGB value is (162,221,141). Sum of RGB (Red+Green+Blue) = 162+221+141=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD8D is #5D2272. Grayscale: #C2C2C2. Windows color (decimal): -6103667 or 9297314. OLE color: 9297314.
HSL color Cylindrical-coordinate representation of color #A2DD8D: hue angle of 104.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2DD8D is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
RGB | 162 | 221 | 141 | - |
CMYK | 0.27 | 0 | 0.36 | 0.13 |
HSL | 104.25º | 0.54% | 0.71% | - |
HSV(B) | 104.25º | 0.36% | 0.87% | - |
XYZ | 45.56 | 61.32 | 34.63 | - |
YUV | 194.24 | 97.95 | 105 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 221 | 141 | 0.27 | 0 | 0.36 | 0.13 | 104.25 | 0.54 | 0.71 |
Hex | A2 | DD | 8D | 1B | 0 | 24 | D | 68 | 36 | 47 |
Octal | 242 | 335 | 215 | 33 | 0 | 44 | 15 | 150 | 66 | 107 |
Binary | 10100010 | 11011101 | 10001101 | 11011 | 0 | 100100 | 1101 | 1101000 | 110110 | 1000111 |
Color Harmonies of #A2DD8D
Complementary color
Monochromatic Colors of #A2DD8D
Black with #A2DD8D
Text Example
Text Example
White with #A2DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD8D; }
p { color: rgb(162,221,141); }
H1.HeaderClassName
{
color: #A2DD8D;
}
.AnyTagClassName
{
color: #A2DD8D;
}
</style>
background-color css
<style>
a { background-color: #A2DD8D; }
a { background-color: rgb(162,221,141); }
div.DivClassName
{
background-color: #A2DD8D;
}
.BgClassName
{
background-color: #A2DD8D;
}
</style>
border-color css
<style>
span { border-color: #A2DD8D; }
span { border-color: rgb(162,221,141); }
td.TdClassName
{
border-color: #A2DD8D;
}
.TagClassName
{
border-color: #A2DD8D;
}
</style>