Html Css Color HEX #A0DD8E Granny Smith Apple
📋 copy color: '#A0DD8E'red 160 ◦ green 221 ◦ blue 142
Shades of Granny Smith Apple #A0DD8E
Tints of Granny Smith Apple #A0DD8E
RGB
CMYK
RGB Variations
Color information
#A0DD8E (or 0xA0DD8E) is known color: Granny Smith Apple. HEX triplet: A0, DD and 8E. RGB value is (160,221,142). Sum of RGB (Red+Green+Blue) = 160+221+142=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD8E is #5F2271. Grayscale: #C2C2C2. Windows color (decimal): -6234738 or 9362848. OLE color: 9362848.
HSL color Cylindrical-coordinate representation of color #A0DD8E: hue angle of 106.33º 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 #A0DD8E is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 142 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.13 |
| HSL | 106.33º | 0.54% | 0.71% | - |
| HSV(B) | 106.33º | 0.36% | 0.87% | - |
| XYZ | 45.24 | 61.14 | 35.01 | - |
| YUV | 193.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 142 | 0.28 | 0 | 0.36 | 0.13 | 106.33 | 0.54 | 0.71 |
| Hex | A0 | DD | 8E | 1C | 0 | 24 | D | 6A | 36 | 47 |
| Octal | 240 | 335 | 216 | 34 | 0 | 44 | 15 | 152 | 66 | 107 |
| Binary | 10100000 | 11011101 | 10001110 | 11100 | 0 | 100100 | 1101 | 1101010 | 110110 | 1000111 |
Color Harmonies of #A0DD8E
Complementary color
Monochromatic Colors of #A0DD8E
Black with #A0DD8E
Text Example
Text Example
White with #A0DD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD8E; }
p { color: rgb(160,221,142); }
H1.HeaderClassName
{
color: #A0DD8E;
}
.AnyTagClassName
{
color: #A0DD8E;
}
</style>
background-color css
<style>
a { background-color: #A0DD8E; }
a { background-color: rgb(160,221,142); }
div.DivClassName
{
background-color: #A0DD8E;
}
.BgClassName
{
background-color: #A0DD8E;
}
</style>
border-color css
<style>
span { border-color: #A0DD8E; }
span { border-color: rgb(160,221,142); }
td.TdClassName
{
border-color: #A0DD8E;
}
.TagClassName
{
border-color: #A0DD8E;
}
</style>