Html Css Color HEX #A0DD9D Granny Smith Apple
📋 copy color: '#A0DD9D'red 160 ◦ green 221 ◦ blue 157
Shades of Granny Smith Apple #A0DD9D
Tints of Granny Smith Apple #A0DD9D
RGB
CMYK
RGB Variations
Color information
#A0DD9D (or 0xA0DD9D) is known color: Granny Smith Apple. HEX triplet: A0, DD and 9D. RGB value is (160,221,157). Sum of RGB (Red+Green+Blue) = 160+221+157=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD9D is #5F2262. Grayscale: #C3C3C3. Windows color (decimal): -6234723 or 10345888. OLE color: 10345888.
HSL color Cylindrical-coordinate representation of color #A0DD9D: hue angle of 117.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DD9D is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 157 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.13 |
| HSL | 117.19º | 0.48% | 0.74% | - |
| HSV(B) | 117.19º | 0.29% | 0.87% | - |
| XYZ | 46.44 | 61.62 | 41.34 | - |
| YUV | 195.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 157 | 0.28 | 0 | 0.29 | 0.13 | 117.19 | 0.48 | 0.74 |
| Hex | A0 | DD | 9D | 1C | 0 | 1D | D | 75 | 30 | 4A |
| Octal | 240 | 335 | 235 | 34 | 0 | 35 | 15 | 165 | 60 | 112 |
| Binary | 10100000 | 11011101 | 10011101 | 11100 | 0 | 11101 | 1101 | 1110101 | 110000 | 1001010 |
Color Harmonies of #A0DD9D
Complementary color
Monochromatic Colors of #A0DD9D
Black with #A0DD9D
Text Example
Text Example
White with #A0DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD9D; }
p { color: rgb(160,221,157); }
H1.HeaderClassName
{
color: #A0DD9D;
}
.AnyTagClassName
{
color: #A0DD9D;
}
</style>
background-color css
<style>
a { background-color: #A0DD9D; }
a { background-color: rgb(160,221,157); }
div.DivClassName
{
background-color: #A0DD9D;
}
.BgClassName
{
background-color: #A0DD9D;
}
</style>
border-color css
<style>
span { border-color: #A0DD9D; }
span { border-color: rgb(160,221,157); }
td.TdClassName
{
border-color: #A0DD9D;
}
.TagClassName
{
border-color: #A0DD9D;
}
</style>