Shades of Green Yellow #A0F83F
Tints of Green Yellow #A0F83F
RGB
CMYK
RGB Variations
Color information
#A0F83F (or 0xA0F83F) is known color: Green Yellow. HEX triplet: A0, F8 and 3F. RGB value is (160,248,63). Sum of RGB (Red+Green+Blue) = 160+248+63=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F83F is #5F07C0. Grayscale: #C9C9C9. Windows color (decimal): -6227905 or 4192416. OLE color: 4192416.
HSL color Cylindrical-coordinate representation of color #A0F83F: hue angle of 88.54º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0F83F is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 63 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.03 |
| HSL | 88.54º | 0.93% | 0.61% | - |
| HSV(B) | 88.54º | 0.75% | 0.97% | - |
| XYZ | 48.96 | 74.97 | 16.59 | - |
| YUV | 200.6 | 50.35 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 63 | 0.35 | 0 | 0.75 | 0.03 | 88.54 | 0.93 | 0.61 |
| Hex | A0 | F8 | 3F | 23 | 0 | 4B | 3 | 59 | 5D | 3D |
| Octal | 240 | 370 | 77 | 43 | 0 | 113 | 3 | 131 | 135 | 75 |
| Binary | 10100000 | 11111000 | 111111 | 100011 | 0 | 1001011 | 11 | 1011001 | 1011101 | 111101 |
Color Harmonies of #A0F83F
Complementary color
Monochromatic Colors of #A0F83F
Black with #A0F83F
Text Example
Text Example
White with #A0F83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F83F; }
p { color: rgb(160,248,63); }
H1.HeaderClassName
{
color: #A0F83F;
}
.AnyTagClassName
{
color: #A0F83F;
}
</style>
background-color css
<style>
a { background-color: #A0F83F; }
a { background-color: rgb(160,248,63); }
div.DivClassName
{
background-color: #A0F83F;
}
.BgClassName
{
background-color: #A0F83F;
}
</style>
border-color css
<style>
span { border-color: #A0F83F; }
span { border-color: rgb(160,248,63); }
td.TdClassName
{
border-color: #A0F83F;
}
.TagClassName
{
border-color: #A0F83F;
}
</style>