Shades of Green Yellow #A0FE48
Tints of Green Yellow #A0FE48
RGB
CMYK
RGB Variations
Color information
#A0FE48 (or 0xA0FE48) is known color: Green Yellow. HEX triplet: A0, FE and 48. RGB value is (160,254,72). Sum of RGB (Red+Green+Blue) = 160+254+72=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FE48 is #5F01B7. Grayscale: #CDCDCD. Windows color (decimal): -6226360 or 4783776. OLE color: 4783776.
HSL color Cylindrical-coordinate representation of color #A0FE48: hue angle of 90.99º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0FE48 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 72 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.00 |
| HSL | 90.99º | 0.99% | 0.64% | - |
| HSV(B) | 90.99º | 0.72% | 1% | - |
| XYZ | 51.11 | 78.83 | 18.65 | - |
| YUV | 205.15 | 52.86 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 72 | 0.37 | 0 | 0.72 | 0.00 | 90.99 | 0.99 | 0.64 |
| Hex | A0 | FE | 48 | 25 | 0 | 48 | 0 | 5B | 63 | 40 |
| Octal | 240 | 376 | 110 | 45 | 0 | 110 | 0 | 133 | 143 | 100 |
| Binary | 10100000 | 11111110 | 1001000 | 100101 | 0 | 1001000 | 0 | 1011011 | 1100011 | 1000000 |
Color Harmonies of #A0FE48
Complementary color
Monochromatic Colors of #A0FE48
Black with #A0FE48
Text Example
Text Example
White with #A0FE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE48; }
p { color: rgb(160,254,72); }
H1.HeaderClassName
{
color: #A0FE48;
}
.AnyTagClassName
{
color: #A0FE48;
}
</style>
background-color css
<style>
a { background-color: #A0FE48; }
a { background-color: rgb(160,254,72); }
div.DivClassName
{
background-color: #A0FE48;
}
.BgClassName
{
background-color: #A0FE48;
}
</style>
border-color css
<style>
span { border-color: #A0FE48; }
span { border-color: rgb(160,254,72); }
td.TdClassName
{
border-color: #A0FE48;
}
.TagClassName
{
border-color: #A0FE48;
}
</style>