Html Css Color HEX #A0E09F Granny Smith Apple
📋 copy color: '#A0E09F'red 160 ◦ green 224 ◦ blue 159
Shades of Granny Smith Apple #A0E09F
Tints of Granny Smith Apple #A0E09F
RGB
CMYK
RGB Variations
Color information
#A0E09F (or 0xA0E09F) is known color: Granny Smith Apple. HEX triplet: A0, E0 and 9F. RGB value is (160,224,159). Sum of RGB (Red+Green+Blue) = 160+224+159=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E09F is #5F1F60. Grayscale: #C5C5C5. Windows color (decimal): -6233953 or 10477728. OLE color: 10477728.
HSL color Cylindrical-coordinate representation of color #A0E09F: hue angle of 119.08º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E09F is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 159 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.12 |
| HSL | 119.08º | 0.51% | 0.75% | - |
| HSV(B) | 119.08º | 0.29% | 0.88% | - |
| XYZ | 47.41 | 63.29 | 42.52 | - |
| YUV | 197.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 159 | 0.29 | 0 | 0.29 | 0.12 | 119.08 | 0.51 | 0.75 |
| Hex | A0 | E0 | 9F | 1D | 0 | 1D | C | 77 | 33 | 4B |
| Octal | 240 | 340 | 237 | 35 | 0 | 35 | 14 | 167 | 63 | 113 |
| Binary | 10100000 | 11100000 | 10011111 | 11101 | 0 | 11101 | 1100 | 1110111 | 110011 | 1001011 |
Color Harmonies of #A0E09F
Complementary color
Monochromatic Colors of #A0E09F
Black with #A0E09F
Text Example
Text Example
White with #A0E09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E09F; }
p { color: rgb(160,224,159); }
H1.HeaderClassName
{
color: #A0E09F;
}
.AnyTagClassName
{
color: #A0E09F;
}
</style>
background-color css
<style>
a { background-color: #A0E09F; }
a { background-color: rgb(160,224,159); }
div.DivClassName
{
background-color: #A0E09F;
}
.BgClassName
{
background-color: #A0E09F;
}
</style>
border-color css
<style>
span { border-color: #A0E09F; }
span { border-color: rgb(160,224,159); }
td.TdClassName
{
border-color: #A0E09F;
}
.TagClassName
{
border-color: #A0E09F;
}
</style>