Html Css Color HEX #A0DD99 Granny Smith Apple
📋 copy color: '#A0DD99'red 160 ◦ green 221 ◦ blue 153
Shades of Granny Smith Apple #A0DD99
Tints of Granny Smith Apple #A0DD99
RGB
CMYK
RGB Variations
Color information
#A0DD99 (or 0xA0DD99) is known color: Granny Smith Apple. HEX triplet: A0, DD and 99. RGB value is (160,221,153). Sum of RGB (Red+Green+Blue) = 160+221+153=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD99 is #5F2266. Grayscale: #C3C3C3. Windows color (decimal): -6234727 or 10083744. OLE color: 10083744.
HSL color Cylindrical-coordinate representation of color #A0DD99: hue angle of 113.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DD99 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 153 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.13 |
| HSL | 113.82º | 0.5% | 0.73% | - |
| HSV(B) | 113.82º | 0.31% | 0.87% | - |
| XYZ | 46.1 | 61.49 | 39.58 | - |
| YUV | 195.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 153 | 0.28 | 0 | 0.31 | 0.13 | 113.82 | 0.5 | 0.73 |
| Hex | A0 | DD | 99 | 1C | 0 | 1F | D | 72 | 32 | 49 |
| Octal | 240 | 335 | 231 | 34 | 0 | 37 | 15 | 162 | 62 | 111 |
| Binary | 10100000 | 11011101 | 10011001 | 11100 | 0 | 11111 | 1101 | 1110010 | 110010 | 1001001 |
Color Harmonies of #A0DD99
Complementary color
Monochromatic Colors of #A0DD99
Black with #A0DD99
Text Example
Text Example
White with #A0DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD99; }
p { color: rgb(160,221,153); }
H1.HeaderClassName
{
color: #A0DD99;
}
.AnyTagClassName
{
color: #A0DD99;
}
</style>
background-color css
<style>
a { background-color: #A0DD99; }
a { background-color: rgb(160,221,153); }
div.DivClassName
{
background-color: #A0DD99;
}
.BgClassName
{
background-color: #A0DD99;
}
</style>
border-color css
<style>
span { border-color: #A0DD99; }
span { border-color: rgb(160,221,153); }
td.TdClassName
{
border-color: #A0DD99;
}
.TagClassName
{
border-color: #A0DD99;
}
</style>