Html Css Color HEX #A0D79F Granny Smith Apple
📋 copy color: '#A0D79F'red 160 ◦ green 215 ◦ blue 159
Shades of Granny Smith Apple #A0D79F
Tints of Granny Smith Apple #A0D79F
RGB
CMYK
RGB Variations
Color information
#A0D79F (or 0xA0D79F) is known color: Granny Smith Apple. HEX triplet: A0, D7 and 9F. RGB value is (160,215,159). Sum of RGB (Red+Green+Blue) = 160+215+159=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D79F is #5F2860. Grayscale: #C0C0C0. Windows color (decimal): -6236257 or 10475424. OLE color: 10475424.
HSL color Cylindrical-coordinate representation of color #A0D79F: hue angle of 118.93º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D79F is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 159 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.16 |
| HSL | 118.93º | 0.41% | 0.73% | - |
| HSV(B) | 118.93º | 0.26% | 0.84% | - |
| XYZ | 45.06 | 58.58 | 41.73 | - |
| YUV | 192.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 159 | 0.26 | 0 | 0.26 | 0.16 | 118.93 | 0.41 | 0.73 |
| Hex | A0 | D7 | 9F | 1A | 0 | 1A | 10 | 77 | 29 | 49 |
| Octal | 240 | 327 | 237 | 32 | 0 | 32 | 20 | 167 | 51 | 111 |
| Binary | 10100000 | 11010111 | 10011111 | 11010 | 0 | 11010 | 10000 | 1110111 | 101001 | 1001001 |
Color Harmonies of #A0D79F
Complementary color
Monochromatic Colors of #A0D79F
Black with #A0D79F
Text Example
Text Example
White with #A0D79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D79F; }
p { color: rgb(160,215,159); }
H1.HeaderClassName
{
color: #A0D79F;
}
.AnyTagClassName
{
color: #A0D79F;
}
</style>
background-color css
<style>
a { background-color: #A0D79F; }
a { background-color: rgb(160,215,159); }
div.DivClassName
{
background-color: #A0D79F;
}
.BgClassName
{
background-color: #A0D79F;
}
</style>
border-color css
<style>
span { border-color: #A0D79F; }
span { border-color: rgb(160,215,159); }
td.TdClassName
{
border-color: #A0D79F;
}
.TagClassName
{
border-color: #A0D79F;
}
</style>