Html Css Color HEX #A0E29D Granny Smith Apple
📋 copy color: '#A0E29D'red 160 ◦ green 226 ◦ blue 157
Shades of Granny Smith Apple #A0E29D
Tints of Granny Smith Apple #A0E29D
RGB
CMYK
RGB Variations
Color information
#A0E29D (or 0xA0E29D) is known color: Granny Smith Apple. HEX triplet: A0, E2 and 9D. RGB value is (160,226,157). Sum of RGB (Red+Green+Blue) = 160+226+157=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E29D is #5F1D62. Grayscale: #C6C6C6. Windows color (decimal): -6233443 or 10347168. OLE color: 10347168.
HSL color Cylindrical-coordinate representation of color #A0E29D: hue angle of 117.39º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E29D is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 157 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.11 |
| HSL | 117.39º | 0.54% | 0.75% | - |
| HSV(B) | 117.39º | 0.31% | 0.89% | - |
| XYZ | 47.78 | 64.3 | 41.79 | - |
| YUV | 198.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 157 | 0.29 | 0 | 0.31 | 0.11 | 117.39 | 0.54 | 0.75 |
| Hex | A0 | E2 | 9D | 1D | 0 | 1F | B | 75 | 36 | 4B |
| Octal | 240 | 342 | 235 | 35 | 0 | 37 | 13 | 165 | 66 | 113 |
| Binary | 10100000 | 11100010 | 10011101 | 11101 | 0 | 11111 | 1011 | 1110101 | 110110 | 1001011 |
Color Harmonies of #A0E29D
Complementary color
Monochromatic Colors of #A0E29D
Black with #A0E29D
Text Example
Text Example
White with #A0E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E29D; }
p { color: rgb(160,226,157); }
H1.HeaderClassName
{
color: #A0E29D;
}
.AnyTagClassName
{
color: #A0E29D;
}
</style>
background-color css
<style>
a { background-color: #A0E29D; }
a { background-color: rgb(160,226,157); }
div.DivClassName
{
background-color: #A0E29D;
}
.BgClassName
{
background-color: #A0E29D;
}
</style>
border-color css
<style>
span { border-color: #A0E29D; }
span { border-color: rgb(160,226,157); }
td.TdClassName
{
border-color: #A0E29D;
}
.TagClassName
{
border-color: #A0E29D;
}
</style>