Html Css Color HEX #A0D79E Granny Smith Apple
📋 copy color: '#A0D79E'red 160 ◦ green 215 ◦ blue 158
Shades of Granny Smith Apple #A0D79E
Tints of Granny Smith Apple #A0D79E
RGB
CMYK
RGB Variations
Color information
#A0D79E (or 0xA0D79E) is known color: Granny Smith Apple. HEX triplet: A0, D7 and 9E. RGB value is (160,215,158). Sum of RGB (Red+Green+Blue) = 160+215+158=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D79E is #5F2861. Grayscale: #C0C0C0. Windows color (decimal): -6236258 or 10409888. OLE color: 10409888.
HSL color Cylindrical-coordinate representation of color #A0D79E: hue angle of 117.89º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D79E is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 158 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.16 |
| HSL | 117.89º | 0.42% | 0.73% | - |
| HSV(B) | 117.89º | 0.27% | 0.84% | - |
| XYZ | 44.97 | 58.54 | 41.28 | - |
| YUV | 192.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 158 | 0.26 | 0 | 0.27 | 0.16 | 117.89 | 0.42 | 0.73 |
| Hex | A0 | D7 | 9E | 1A | 0 | 1B | 10 | 76 | 2A | 49 |
| Octal | 240 | 327 | 236 | 32 | 0 | 33 | 20 | 166 | 52 | 111 |
| Binary | 10100000 | 11010111 | 10011110 | 11010 | 0 | 11011 | 10000 | 1110110 | 101010 | 1001001 |
Color Harmonies of #A0D79E
Complementary color
Monochromatic Colors of #A0D79E
Black with #A0D79E
Text Example
Text Example
White with #A0D79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D79E; }
p { color: rgb(160,215,158); }
H1.HeaderClassName
{
color: #A0D79E;
}
.AnyTagClassName
{
color: #A0D79E;
}
</style>
background-color css
<style>
a { background-color: #A0D79E; }
a { background-color: rgb(160,215,158); }
div.DivClassName
{
background-color: #A0D79E;
}
.BgClassName
{
background-color: #A0D79E;
}
</style>
border-color css
<style>
span { border-color: #A0D79E; }
span { border-color: rgb(160,215,158); }
td.TdClassName
{
border-color: #A0D79E;
}
.TagClassName
{
border-color: #A0D79E;
}
</style>