Html Css Color HEX #A0F87D Granny Smith Apple
📋 copy color: '#A0F87D'red 160 ◦ green 248 ◦ blue 125
Shades of Granny Smith Apple #A0F87D
Tints of Granny Smith Apple #A0F87D
RGB
CMYK
RGB Variations
Color information
#A0F87D (or 0xA0F87D) is known color: Granny Smith Apple. HEX triplet: A0, F8 and 7D. RGB value is (160,248,125). Sum of RGB (Red+Green+Blue) = 160+248+125=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F87D is #5F0782. Grayscale: #D0D0D0. Windows color (decimal): -6227843 or 8255648. OLE color: 8255648.
HSL color Cylindrical-coordinate representation of color #A0F87D: hue angle of 102.93º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F87D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 125 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.03 |
| HSL | 102.93º | 0.9% | 0.73% | - |
| HSV(B) | 102.93º | 0.5% | 0.97% | - |
| XYZ | 51.77 | 76.09 | 31.36 | - |
| YUV | 207.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 125 | 0.35 | 0 | 0.50 | 0.03 | 102.93 | 0.9 | 0.73 |
| Hex | A0 | F8 | 7D | 23 | 0 | 32 | 3 | 67 | 5A | 49 |
| Octal | 240 | 370 | 175 | 43 | 0 | 62 | 3 | 147 | 132 | 111 |
| Binary | 10100000 | 11111000 | 1111101 | 100011 | 0 | 110010 | 11 | 1100111 | 1011010 | 1001001 |
Color Harmonies of #A0F87D
Complementary color
Monochromatic Colors of #A0F87D
Black with #A0F87D
Text Example
Text Example
White with #A0F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F87D; }
p { color: rgb(160,248,125); }
H1.HeaderClassName
{
color: #A0F87D;
}
.AnyTagClassName
{
color: #A0F87D;
}
</style>
background-color css
<style>
a { background-color: #A0F87D; }
a { background-color: rgb(160,248,125); }
div.DivClassName
{
background-color: #A0F87D;
}
.BgClassName
{
background-color: #A0F87D;
}
</style>
border-color css
<style>
span { border-color: #A0F87D; }
span { border-color: rgb(160,248,125); }
td.TdClassName
{
border-color: #A0F87D;
}
.TagClassName
{
border-color: #A0F87D;
}
</style>