Html Css Color HEX #A0DD96 Granny Smith Apple
📋 copy color: '#A0DD96'red 160 ◦ green 221 ◦ blue 150
Shades of Granny Smith Apple #A0DD96
Tints of Granny Smith Apple #A0DD96
RGB
CMYK
RGB Variations
Color information
#A0DD96 (or 0xA0DD96) is known color: Granny Smith Apple. HEX triplet: A0, DD and 96. RGB value is (160,221,150). Sum of RGB (Red+Green+Blue) = 160+221+150=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD96 is #5F2269. Grayscale: #C2C2C2. Windows color (decimal): -6234730 or 9887136. OLE color: 9887136.
HSL color Cylindrical-coordinate representation of color #A0DD96: hue angle of 111.55º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DD96 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 150 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.13 |
| HSL | 111.55º | 0.51% | 0.73% | - |
| HSV(B) | 111.55º | 0.32% | 0.87% | - |
| XYZ | 45.86 | 61.39 | 38.29 | - |
| YUV | 194.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 150 | 0.28 | 0 | 0.32 | 0.13 | 111.55 | 0.51 | 0.73 |
| Hex | A0 | DD | 96 | 1C | 0 | 20 | D | 70 | 33 | 49 |
| Octal | 240 | 335 | 226 | 34 | 0 | 40 | 15 | 160 | 63 | 111 |
| Binary | 10100000 | 11011101 | 10010110 | 11100 | 0 | 100000 | 1101 | 1110000 | 110011 | 1001001 |
Color Harmonies of #A0DD96
Complementary color
Monochromatic Colors of #A0DD96
Black with #A0DD96
Text Example
Text Example
White with #A0DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD96; }
p { color: rgb(160,221,150); }
H1.HeaderClassName
{
color: #A0DD96;
}
.AnyTagClassName
{
color: #A0DD96;
}
</style>
background-color css
<style>
a { background-color: #A0DD96; }
a { background-color: rgb(160,221,150); }
div.DivClassName
{
background-color: #A0DD96;
}
.BgClassName
{
background-color: #A0DD96;
}
</style>
border-color css
<style>
span { border-color: #A0DD96; }
span { border-color: rgb(160,221,150); }
td.TdClassName
{
border-color: #A0DD96;
}
.TagClassName
{
border-color: #A0DD96;
}
</style>