Html Css Color HEX #A0E79F Granny Smith Apple
📋 copy color: '#A0E79F'red 160 ◦ green 231 ◦ blue 159
Shades of Granny Smith Apple #A0E79F
Tints of Granny Smith Apple #A0E79F
RGB
CMYK
RGB Variations
Color information
#A0E79F (or 0xA0E79F) is known color: Granny Smith Apple. HEX triplet: A0, E7 and 9F. RGB value is (160,231,159). Sum of RGB (Red+Green+Blue) = 160+231+159=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E79F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E79F is #5F1860. Grayscale: #C9C9C9. Windows color (decimal): -6232161 or 10479520. OLE color: 10479520.
HSL color Cylindrical-coordinate representation of color #A0E79F: hue angle of 119.17º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E79F is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 159 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.09 |
| HSL | 119.17º | 0.6% | 0.76% | - |
| HSV(B) | 119.17º | 0.31% | 0.91% | - |
| XYZ | 49.33 | 67.13 | 43.16 | - |
| YUV | 201.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 159 | 0.31 | 0 | 0.31 | 0.09 | 119.17 | 0.6 | 0.76 |
| Hex | A0 | E7 | 9F | 1F | 0 | 1F | 9 | 77 | 3C | 4C |
| Octal | 240 | 347 | 237 | 37 | 0 | 37 | 11 | 167 | 74 | 114 |
| Binary | 10100000 | 11100111 | 10011111 | 11111 | 0 | 11111 | 1001 | 1110111 | 111100 | 1001100 |
Color Harmonies of #A0E79F
Complementary color
Monochromatic Colors of #A0E79F
Black with #A0E79F
Text Example
Text Example
White with #A0E79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E79F; }
p { color: rgb(160,231,159); }
H1.HeaderClassName
{
color: #A0E79F;
}
.AnyTagClassName
{
color: #A0E79F;
}
</style>
background-color css
<style>
a { background-color: #A0E79F; }
a { background-color: rgb(160,231,159); }
div.DivClassName
{
background-color: #A0E79F;
}
.BgClassName
{
background-color: #A0E79F;
}
</style>
border-color css
<style>
span { border-color: #A0E79F; }
span { border-color: rgb(160,231,159); }
td.TdClassName
{
border-color: #A0E79F;
}
.TagClassName
{
border-color: #A0E79F;
}
</style>