Html Css Color HEX #A0F87F Granny Smith Apple
📋 copy color: '#A0F87F'red 160 ◦ green 248 ◦ blue 127
Shades of Granny Smith Apple #A0F87F
Tints of Granny Smith Apple #A0F87F
RGB
CMYK
RGB Variations
Color information
#A0F87F (or 0xA0F87F) is known color: Granny Smith Apple. HEX triplet: A0, F8 and 7F. RGB value is (160,248,127). Sum of RGB (Red+Green+Blue) = 160+248+127=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F87F is #5F0780. Grayscale: #D0D0D0. Windows color (decimal): -6227841 or 8386720. OLE color: 8386720.
HSL color Cylindrical-coordinate representation of color #A0F87F: hue angle of 103.64º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0F87F is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 127 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.03 |
| HSL | 103.64º | 0.9% | 0.74% | - |
| HSV(B) | 103.64º | 0.49% | 0.97% | - |
| XYZ | 51.9 | 76.14 | 32.04 | - |
| YUV | 207.89 | 82.35 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 127 | 0.35 | 0 | 0.49 | 0.03 | 103.64 | 0.9 | 0.74 |
| Hex | A0 | F8 | 7F | 23 | 0 | 31 | 3 | 68 | 5A | 4A |
| Octal | 240 | 370 | 177 | 43 | 0 | 61 | 3 | 150 | 132 | 112 |
| Binary | 10100000 | 11111000 | 1111111 | 100011 | 0 | 110001 | 11 | 1101000 | 1011010 | 1001010 |
Color Harmonies of #A0F87F
Complementary color
Monochromatic Colors of #A0F87F
Black with #A0F87F
Text Example
Text Example
White with #A0F87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F87F; }
p { color: rgb(160,248,127); }
H1.HeaderClassName
{
color: #A0F87F;
}
.AnyTagClassName
{
color: #A0F87F;
}
</style>
background-color css
<style>
a { background-color: #A0F87F; }
a { background-color: rgb(160,248,127); }
div.DivClassName
{
background-color: #A0F87F;
}
.BgClassName
{
background-color: #A0F87F;
}
</style>
border-color css
<style>
span { border-color: #A0F87F; }
span { border-color: rgb(160,248,127); }
td.TdClassName
{
border-color: #A0F87F;
}
.TagClassName
{
border-color: #A0F87F;
}
</style>