Html Css Color HEX #A0DD8D Granny Smith Apple
📋 copy color: '#A0DD8D'red 160 ◦ green 221 ◦ blue 141
Shades of Granny Smith Apple #A0DD8D
Tints of Granny Smith Apple #A0DD8D
RGB
CMYK
RGB Variations
Color information
#A0DD8D (or 0xA0DD8D) is known color: Granny Smith Apple. HEX triplet: A0, DD and 8D. RGB value is (160,221,141). Sum of RGB (Red+Green+Blue) = 160+221+141=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD8D is #5F2272. Grayscale: #C1C1C1. Windows color (decimal): -6234739 or 9297312. OLE color: 9297312.
HSL color Cylindrical-coordinate representation of color #A0DD8D: hue angle of 105.75º 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 #A0DD8D is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 141 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.13 |
| HSL | 105.75º | 0.54% | 0.71% | - |
| HSV(B) | 105.75º | 0.36% | 0.87% | - |
| XYZ | 45.16 | 61.11 | 34.61 | - |
| YUV | 193.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 141 | 0.28 | 0 | 0.36 | 0.13 | 105.75 | 0.54 | 0.71 |
| Hex | A0 | DD | 8D | 1C | 0 | 24 | D | 6A | 36 | 47 |
| Octal | 240 | 335 | 215 | 34 | 0 | 44 | 15 | 152 | 66 | 107 |
| Binary | 10100000 | 11011101 | 10001101 | 11100 | 0 | 100100 | 1101 | 1101010 | 110110 | 1000111 |
Color Harmonies of #A0DD8D
Complementary color
Monochromatic Colors of #A0DD8D
Black with #A0DD8D
Text Example
Text Example
White with #A0DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD8D; }
p { color: rgb(160,221,141); }
H1.HeaderClassName
{
color: #A0DD8D;
}
.AnyTagClassName
{
color: #A0DD8D;
}
</style>
background-color css
<style>
a { background-color: #A0DD8D; }
a { background-color: rgb(160,221,141); }
div.DivClassName
{
background-color: #A0DD8D;
}
.BgClassName
{
background-color: #A0DD8D;
}
</style>
border-color css
<style>
span { border-color: #A0DD8D; }
span { border-color: rgb(160,221,141); }
td.TdClassName
{
border-color: #A0DD8D;
}
.TagClassName
{
border-color: #A0DD8D;
}
</style>