Shades of Green Yellow #A0F842
Tints of Green Yellow #A0F842
RGB
CMYK
RGB Variations
Color information
#A0F842 (or 0xA0F842) is known color: Green Yellow. HEX triplet: A0, F8 and 42. RGB value is (160,248,66). Sum of RGB (Red+Green+Blue) = 160+248+66=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F842 is #5F07BD. Grayscale: #C9C9C9. Windows color (decimal): -6227902 or 4389024. OLE color: 4389024.
HSL color Cylindrical-coordinate representation of color #A0F842: hue angle of 89.01º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0F842 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 66 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.03 |
| HSL | 89.01º | 0.93% | 0.62% | - |
| HSV(B) | 89.01º | 0.73% | 0.97% | - |
| XYZ | 49.05 | 75 | 17.05 | - |
| YUV | 200.94 | 51.85 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 66 | 0.35 | 0 | 0.73 | 0.03 | 89.01 | 0.93 | 0.62 |
| Hex | A0 | F8 | 42 | 23 | 0 | 49 | 3 | 59 | 5D | 3E |
| Octal | 240 | 370 | 102 | 43 | 0 | 111 | 3 | 131 | 135 | 76 |
| Binary | 10100000 | 11111000 | 1000010 | 100011 | 0 | 1001001 | 11 | 1011001 | 1011101 | 111110 |
Color Harmonies of #A0F842
Complementary color
Monochromatic Colors of #A0F842
Black with #A0F842
Text Example
Text Example
White with #A0F842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F842; }
p { color: rgb(160,248,66); }
H1.HeaderClassName
{
color: #A0F842;
}
.AnyTagClassName
{
color: #A0F842;
}
</style>
background-color css
<style>
a { background-color: #A0F842; }
a { background-color: rgb(160,248,66); }
div.DivClassName
{
background-color: #A0F842;
}
.BgClassName
{
background-color: #A0F842;
}
</style>
border-color css
<style>
span { border-color: #A0F842; }
span { border-color: rgb(160,248,66); }
td.TdClassName
{
border-color: #A0F842;
}
.TagClassName
{
border-color: #A0F842;
}
</style>