Html Css Color HEX #A0F08E Granny Smith Apple
📋 copy color: '#A0F08E'red 160 ◦ green 240 ◦ blue 142
Shades of Granny Smith Apple #A0F08E
Tints of Granny Smith Apple #A0F08E
RGB
CMYK
RGB Variations
Color information
#A0F08E (or 0xA0F08E) is known color: Granny Smith Apple. HEX triplet: A0, F0 and 8E. RGB value is (160,240,142). Sum of RGB (Red+Green+Blue) = 160+240+142=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F08E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F08E is #5F0F71. Grayscale: #CDCDCD. Windows color (decimal): -6229874 or 9367712. OLE color: 9367712.
HSL color Cylindrical-coordinate representation of color #A0F08E: hue angle of 108.98º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0F08E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 142 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.06 |
| HSL | 108.98º | 0.77% | 0.75% | - |
| HSV(B) | 108.98º | 0.41% | 0.94% | - |
| XYZ | 50.54 | 71.75 | 36.78 | - |
| YUV | 204.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 142 | 0.33 | 0 | 0.41 | 0.06 | 108.98 | 0.77 | 0.75 |
| Hex | A0 | F0 | 8E | 21 | 0 | 29 | 6 | 6D | 4D | 4B |
| Octal | 240 | 360 | 216 | 41 | 0 | 51 | 6 | 155 | 115 | 113 |
| Binary | 10100000 | 11110000 | 10001110 | 100001 | 0 | 101001 | 110 | 1101101 | 1001101 | 1001011 |
Color Harmonies of #A0F08E
Complementary color
Monochromatic Colors of #A0F08E
Black with #A0F08E
Text Example
Text Example
White with #A0F08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F08E; }
p { color: rgb(160,240,142); }
H1.HeaderClassName
{
color: #A0F08E;
}
.AnyTagClassName
{
color: #A0F08E;
}
</style>
background-color css
<style>
a { background-color: #A0F08E; }
a { background-color: rgb(160,240,142); }
div.DivClassName
{
background-color: #A0F08E;
}
.BgClassName
{
background-color: #A0F08E;
}
</style>
border-color css
<style>
span { border-color: #A0F08E; }
span { border-color: rgb(160,240,142); }
td.TdClassName
{
border-color: #A0F08E;
}
.TagClassName
{
border-color: #A0F08E;
}
</style>