Html Css Color HEX #A0F980 Granny Smith Apple
📋 copy color: '#A0F980'red 160 ◦ green 249 ◦ blue 128
Shades of Granny Smith Apple #A0F980
Tints of Granny Smith Apple #A0F980
RGB
CMYK
RGB Variations
Color information
#A0F980 (or 0xA0F980) is known color: Granny Smith Apple. HEX triplet: A0, F9 and 80. RGB value is (160,249,128). Sum of RGB (Red+Green+Blue) = 160+249+128=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F980 is #5F067F. Grayscale: #D0D0D0. Windows color (decimal): -6227584 or 8452512. OLE color: 8452512.
HSL color Cylindrical-coordinate representation of color #A0F980: hue angle of 104.13º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0F980 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 128 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.02 |
| HSL | 104.13º | 0.91% | 0.74% | - |
| HSV(B) | 104.13º | 0.49% | 0.98% | - |
| XYZ | 52.27 | 76.78 | 32.49 | - |
| YUV | 208.6 | 82.51 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 128 | 0.36 | 0 | 0.49 | 0.02 | 104.13 | 0.91 | 0.74 |
| Hex | A0 | F9 | 80 | 24 | 0 | 31 | 2 | 68 | 5B | 4A |
| Octal | 240 | 371 | 200 | 44 | 0 | 61 | 2 | 150 | 133 | 112 |
| Binary | 10100000 | 11111001 | 10000000 | 100100 | 0 | 110001 | 10 | 1101000 | 1011011 | 1001010 |
Color Harmonies of #A0F980
Complementary color
Monochromatic Colors of #A0F980
Black with #A0F980
Text Example
Text Example
White with #A0F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F980; }
p { color: rgb(160,249,128); }
H1.HeaderClassName
{
color: #A0F980;
}
.AnyTagClassName
{
color: #A0F980;
}
</style>
background-color css
<style>
a { background-color: #A0F980; }
a { background-color: rgb(160,249,128); }
div.DivClassName
{
background-color: #A0F980;
}
.BgClassName
{
background-color: #A0F980;
}
</style>
border-color css
<style>
span { border-color: #A0F980; }
span { border-color: rgb(160,249,128); }
td.TdClassName
{
border-color: #A0F980;
}
.TagClassName
{
border-color: #A0F980;
}
</style>