Shades of Green Yellow #A0FD28
Tints of Green Yellow #A0FD28
RGB
CMYK
RGB Variations
Color information
#A0FD28 (or 0xA0FD28) is known color: Green Yellow. HEX triplet: A0, FD and 28. RGB value is (160,253,40). Sum of RGB (Red+Green+Blue) = 160+253+40=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FD28 is #5F02D7. Grayscale: #C9C9C9. Windows color (decimal): -6226648 or 2686368. OLE color: 2686368.
HSL color Cylindrical-coordinate representation of color #A0FD28: hue angle of 86.2º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0FD28 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 40 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.01 |
| HSL | 86.2º | 0.98% | 0.57% | - |
| HSV(B) | 86.2º | 0.84% | 0.99% | - |
| XYZ | 50.01 | 77.88 | 14.4 | - |
| YUV | 200.91 | 37.19 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 40 | 0.37 | 0 | 0.84 | 0.01 | 86.2 | 0.98 | 0.57 |
| Hex | A0 | FD | 28 | 25 | 0 | 54 | 1 | 56 | 62 | 39 |
| Octal | 240 | 375 | 50 | 45 | 0 | 124 | 1 | 126 | 142 | 71 |
| Binary | 10100000 | 11111101 | 101000 | 100101 | 0 | 1010100 | 1 | 1010110 | 1100010 | 111001 |
Color Harmonies of #A0FD28
Complementary color
Monochromatic Colors of #A0FD28
Black with #A0FD28
Text Example
Text Example
White with #A0FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD28; }
p { color: rgb(160,253,40); }
H1.HeaderClassName
{
color: #A0FD28;
}
.AnyTagClassName
{
color: #A0FD28;
}
</style>
background-color css
<style>
a { background-color: #A0FD28; }
a { background-color: rgb(160,253,40); }
div.DivClassName
{
background-color: #A0FD28;
}
.BgClassName
{
background-color: #A0FD28;
}
</style>
border-color css
<style>
span { border-color: #A0FD28; }
span { border-color: rgb(160,253,40); }
td.TdClassName
{
border-color: #A0FD28;
}
.TagClassName
{
border-color: #A0FD28;
}
</style>