Html Css Color HEX #A0DD95 Granny Smith Apple
📋 copy color: '#A0DD95'red 160 ◦ green 221 ◦ blue 149
Shades of Granny Smith Apple #A0DD95
Tints of Granny Smith Apple #A0DD95
RGB
CMYK
RGB Variations
Color information
#A0DD95 (or 0xA0DD95) is known color: Granny Smith Apple. HEX triplet: A0, DD and 95. RGB value is (160,221,149). Sum of RGB (Red+Green+Blue) = 160+221+149=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD95 is #5F226A. Grayscale: #C2C2C2. Windows color (decimal): -6234731 or 9821600. OLE color: 9821600.
HSL color Cylindrical-coordinate representation of color #A0DD95: hue angle of 110.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DD95 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 149 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.13 |
| HSL | 110.83º | 0.51% | 0.73% | - |
| HSV(B) | 110.83º | 0.33% | 0.87% | - |
| XYZ | 45.78 | 61.36 | 37.86 | - |
| YUV | 194.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 149 | 0.28 | 0 | 0.33 | 0.13 | 110.83 | 0.51 | 0.73 |
| Hex | A0 | DD | 95 | 1C | 0 | 21 | D | 6F | 33 | 49 |
| Octal | 240 | 335 | 225 | 34 | 0 | 41 | 15 | 157 | 63 | 111 |
| Binary | 10100000 | 11011101 | 10010101 | 11100 | 0 | 100001 | 1101 | 1101111 | 110011 | 1001001 |
Color Harmonies of #A0DD95
Complementary color
Monochromatic Colors of #A0DD95
Black with #A0DD95
Text Example
Text Example
White with #A0DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD95; }
p { color: rgb(160,221,149); }
H1.HeaderClassName
{
color: #A0DD95;
}
.AnyTagClassName
{
color: #A0DD95;
}
</style>
background-color css
<style>
a { background-color: #A0DD95; }
a { background-color: rgb(160,221,149); }
div.DivClassName
{
background-color: #A0DD95;
}
.BgClassName
{
background-color: #A0DD95;
}
</style>
border-color css
<style>
span { border-color: #A0DD95; }
span { border-color: rgb(160,221,149); }
td.TdClassName
{
border-color: #A0DD95;
}
.TagClassName
{
border-color: #A0DD95;
}
</style>