Html Css Color HEX #A0DE9D Granny Smith Apple
📋 copy color: '#A0DE9D'red 160 ◦ green 222 ◦ blue 157
Shades of Granny Smith Apple #A0DE9D
Tints of Granny Smith Apple #A0DE9D
RGB
CMYK
RGB Variations
Color information
#A0DE9D (or 0xA0DE9D) is known color: Granny Smith Apple. HEX triplet: A0, DE and 9D. RGB value is (160,222,157). Sum of RGB (Red+Green+Blue) = 160+222+157=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DE9D is #5F2162. Grayscale: #C4C4C4. Windows color (decimal): -6234467 or 10346144. OLE color: 10346144.
HSL color Cylindrical-coordinate representation of color #A0DE9D: hue angle of 117.23º degrees, saturation: 0.5, 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 #A0DE9D is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 157 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.13 |
| HSL | 117.23º | 0.5% | 0.74% | - |
| HSV(B) | 117.23º | 0.29% | 0.87% | - |
| XYZ | 46.7 | 62.15 | 41.43 | - |
| YUV | 196.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 157 | 0.28 | 0 | 0.29 | 0.13 | 117.23 | 0.5 | 0.74 |
| Hex | A0 | DE | 9D | 1C | 0 | 1D | D | 75 | 32 | 4A |
| Octal | 240 | 336 | 235 | 34 | 0 | 35 | 15 | 165 | 62 | 112 |
| Binary | 10100000 | 11011110 | 10011101 | 11100 | 0 | 11101 | 1101 | 1110101 | 110010 | 1001010 |
Color Harmonies of #A0DE9D
Complementary color
Monochromatic Colors of #A0DE9D
Black with #A0DE9D
Text Example
Text Example
White with #A0DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DE9D; }
p { color: rgb(160,222,157); }
H1.HeaderClassName
{
color: #A0DE9D;
}
.AnyTagClassName
{
color: #A0DE9D;
}
</style>
background-color css
<style>
a { background-color: #A0DE9D; }
a { background-color: rgb(160,222,157); }
div.DivClassName
{
background-color: #A0DE9D;
}
.BgClassName
{
background-color: #A0DE9D;
}
</style>
border-color css
<style>
span { border-color: #A0DE9D; }
span { border-color: rgb(160,222,157); }
td.TdClassName
{
border-color: #A0DE9D;
}
.TagClassName
{
border-color: #A0DE9D;
}
</style>