Html Css Color HEX #A0DD9A Granny Smith Apple
📋 copy color: '#A0DD9A'red 160 ◦ green 221 ◦ blue 154
Shades of Granny Smith Apple #A0DD9A
Tints of Granny Smith Apple #A0DD9A
RGB
CMYK
RGB Variations
Color information
#A0DD9A (or 0xA0DD9A) is known color: Granny Smith Apple. HEX triplet: A0, DD and 9A. RGB value is (160,221,154). Sum of RGB (Red+Green+Blue) = 160+221+154=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD9A is #5F2265. Grayscale: #C3C3C3. Windows color (decimal): -6234726 or 10149280. OLE color: 10149280.
HSL color Cylindrical-coordinate representation of color #A0DD9A: hue angle of 114.63º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DD9A is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 154 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.13 |
| HSL | 114.63º | 0.5% | 0.74% | - |
| HSV(B) | 114.63º | 0.3% | 0.87% | - |
| XYZ | 46.19 | 61.52 | 40.01 | - |
| YUV | 195.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 154 | 0.28 | 0 | 0.30 | 0.13 | 114.63 | 0.5 | 0.74 |
| Hex | A0 | DD | 9A | 1C | 0 | 1E | D | 73 | 32 | 4A |
| Octal | 240 | 335 | 232 | 34 | 0 | 36 | 15 | 163 | 62 | 112 |
| Binary | 10100000 | 11011101 | 10011010 | 11100 | 0 | 11110 | 1101 | 1110011 | 110010 | 1001010 |
Color Harmonies of #A0DD9A
Complementary color
Monochromatic Colors of #A0DD9A
Black with #A0DD9A
Text Example
Text Example
White with #A0DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD9A; }
p { color: rgb(160,221,154); }
H1.HeaderClassName
{
color: #A0DD9A;
}
.AnyTagClassName
{
color: #A0DD9A;
}
</style>
background-color css
<style>
a { background-color: #A0DD9A; }
a { background-color: rgb(160,221,154); }
div.DivClassName
{
background-color: #A0DD9A;
}
.BgClassName
{
background-color: #A0DD9A;
}
</style>
border-color css
<style>
span { border-color: #A0DD9A; }
span { border-color: rgb(160,221,154); }
td.TdClassName
{
border-color: #A0DD9A;
}
.TagClassName
{
border-color: #A0DD9A;
}
</style>