Html Css Color HEX #A0E89D Granny Smith Apple
📋 copy color: '#A0E89D'red 160 ◦ green 232 ◦ blue 157
Shades of Granny Smith Apple #A0E89D
Tints of Granny Smith Apple #A0E89D
RGB
CMYK
RGB Variations
Color information
#A0E89D (or 0xA0E89D) is known color: Granny Smith Apple. HEX triplet: A0, E8 and 9D. RGB value is (160,232,157). Sum of RGB (Red+Green+Blue) = 160+232+157=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E89D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E89D is #5F1762. Grayscale: #CACACA. Windows color (decimal): -6231907 or 10348704. OLE color: 10348704.
HSL color Cylindrical-coordinate representation of color #A0E89D: hue angle of 117.6º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E89D is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 157 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.09 |
| HSL | 117.6º | 0.62% | 0.76% | - |
| HSV(B) | 117.6º | 0.32% | 0.91% | - |
| XYZ | 49.44 | 67.62 | 42.34 | - |
| YUV | 201.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 157 | 0.31 | 0 | 0.32 | 0.09 | 117.6 | 0.62 | 0.76 |
| Hex | A0 | E8 | 9D | 1F | 0 | 20 | 9 | 76 | 3E | 4C |
| Octal | 240 | 350 | 235 | 37 | 0 | 40 | 11 | 166 | 76 | 114 |
| Binary | 10100000 | 11101000 | 10011101 | 11111 | 0 | 100000 | 1001 | 1110110 | 111110 | 1001100 |
Color Harmonies of #A0E89D
Complementary color
Monochromatic Colors of #A0E89D
Black with #A0E89D
Text Example
Text Example
White with #A0E89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E89D; }
p { color: rgb(160,232,157); }
H1.HeaderClassName
{
color: #A0E89D;
}
.AnyTagClassName
{
color: #A0E89D;
}
</style>
background-color css
<style>
a { background-color: #A0E89D; }
a { background-color: rgb(160,232,157); }
div.DivClassName
{
background-color: #A0E89D;
}
.BgClassName
{
background-color: #A0E89D;
}
</style>
border-color css
<style>
span { border-color: #A0E89D; }
span { border-color: rgb(160,232,157); }
td.TdClassName
{
border-color: #A0E89D;
}
.TagClassName
{
border-color: #A0E89D;
}
</style>