Html Css Color HEX #A0D79A Granny Smith Apple
📋 copy color: '#A0D79A'red 160 ◦ green 215 ◦ blue 154
Shades of Granny Smith Apple #A0D79A
Tints of Granny Smith Apple #A0D79A
RGB
CMYK
RGB Variations
Color information
#A0D79A (or 0xA0D79A) is known color: Granny Smith Apple. HEX triplet: A0, D7 and 9A. RGB value is (160,215,154). Sum of RGB (Red+Green+Blue) = 160+215+154=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D79A is #5F2865. Grayscale: #BFBFBF. Windows color (decimal): -6236262 or 10147744. OLE color: 10147744.
HSL color Cylindrical-coordinate representation of color #A0D79A: hue angle of 114.1º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D79A is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 154 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.16 |
| HSL | 114.1º | 0.43% | 0.72% | - |
| HSV(B) | 114.1º | 0.28% | 0.84% | - |
| XYZ | 44.63 | 58.41 | 39.49 | - |
| YUV | 191.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 154 | 0.26 | 0 | 0.28 | 0.16 | 114.1 | 0.43 | 0.72 |
| Hex | A0 | D7 | 9A | 1A | 0 | 1C | 10 | 72 | 2B | 48 |
| Octal | 240 | 327 | 232 | 32 | 0 | 34 | 20 | 162 | 53 | 110 |
| Binary | 10100000 | 11010111 | 10011010 | 11010 | 0 | 11100 | 10000 | 1110010 | 101011 | 1001000 |
Color Harmonies of #A0D79A
Complementary color
Monochromatic Colors of #A0D79A
Black with #A0D79A
Text Example
Text Example
White with #A0D79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D79A; }
p { color: rgb(160,215,154); }
H1.HeaderClassName
{
color: #A0D79A;
}
.AnyTagClassName
{
color: #A0D79A;
}
</style>
background-color css
<style>
a { background-color: #A0D79A; }
a { background-color: rgb(160,215,154); }
div.DivClassName
{
background-color: #A0D79A;
}
.BgClassName
{
background-color: #A0D79A;
}
</style>
border-color css
<style>
span { border-color: #A0D79A; }
span { border-color: rgb(160,215,154); }
td.TdClassName
{
border-color: #A0D79A;
}
.TagClassName
{
border-color: #A0D79A;
}
</style>