Html Css Color HEX #A0D49E Granny Smith Apple
📋 copy color: '#A0D49E'red 160 ◦ green 212 ◦ blue 158
Shades of Granny Smith Apple #A0D49E
Tints of Granny Smith Apple #A0D49E
RGB
CMYK
RGB Variations
Color information
#A0D49E (or 0xA0D49E) is known color: Granny Smith Apple. HEX triplet: A0, D4 and 9E. RGB value is (160,212,158). Sum of RGB (Red+Green+Blue) = 160+212+158=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D49E is #5F2B61. Grayscale: #BEBEBE. Windows color (decimal): -6237026 or 10409120. OLE color: 10409120.
HSL color Cylindrical-coordinate representation of color #A0D49E: hue angle of 117.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D49E is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 158 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.17 |
| HSL | 117.78º | 0.39% | 0.73% | - |
| HSV(B) | 117.78º | 0.25% | 0.83% | - |
| XYZ | 44.21 | 57.03 | 41.03 | - |
| YUV | 190.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 158 | 0.25 | 0 | 0.25 | 0.17 | 117.78 | 0.39 | 0.73 |
| Hex | A0 | D4 | 9E | 19 | 0 | 19 | 11 | 76 | 27 | 49 |
| Octal | 240 | 324 | 236 | 31 | 0 | 31 | 21 | 166 | 47 | 111 |
| Binary | 10100000 | 11010100 | 10011110 | 11001 | 0 | 11001 | 10001 | 1110110 | 100111 | 1001001 |
Color Harmonies of #A0D49E
Complementary color
Monochromatic Colors of #A0D49E
Black with #A0D49E
Text Example
Text Example
White with #A0D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D49E; }
p { color: rgb(160,212,158); }
H1.HeaderClassName
{
color: #A0D49E;
}
.AnyTagClassName
{
color: #A0D49E;
}
</style>
background-color css
<style>
a { background-color: #A0D49E; }
a { background-color: rgb(160,212,158); }
div.DivClassName
{
background-color: #A0D49E;
}
.BgClassName
{
background-color: #A0D49E;
}
</style>
border-color css
<style>
span { border-color: #A0D49E; }
span { border-color: rgb(160,212,158); }
td.TdClassName
{
border-color: #A0D49E;
}
.TagClassName
{
border-color: #A0D49E;
}
</style>