Shades of Yellow Green #A1E428
Tints of Yellow Green #A1E428
RGB
CMYK
RGB Variations
Color information
#A1E428 (or 0xA1E428) is known color: Yellow Green. HEX triplet: A1, E4 and 28. RGB value is (161,228,40). Sum of RGB (Red+Green+Blue) = 161+228+40=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E428 is #5E1BD7. Grayscale: #BBBBBB. Windows color (decimal): -6167512 or 2679969. OLE color: 2679969.
HSL color Cylindrical-coordinate representation of color #A1E428: hue angle of 81.38º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1E428 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 40 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.11 |
| HSL | 81.38º | 0.78% | 0.53% | - |
| HSV(B) | 81.38º | 0.82% | 0.89% | - |
| XYZ | 42.82 | 63.22 | 11.95 | - |
| YUV | 186.54 | 45.3 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 40 | 0.29 | 0 | 0.82 | 0.11 | 81.38 | 0.78 | 0.53 |
| Hex | A1 | E4 | 28 | 1D | 0 | 52 | B | 51 | 4E | 35 |
| Octal | 241 | 344 | 50 | 35 | 0 | 122 | 13 | 121 | 116 | 65 |
| Binary | 10100001 | 11100100 | 101000 | 11101 | 0 | 1010010 | 1011 | 1010001 | 1001110 | 110101 |
Color Harmonies of #A1E428
Complementary color
Monochromatic Colors of #A1E428
Black with #A1E428
Text Example
Text Example
White with #A1E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E428; }
p { color: rgb(161,228,40); }
H1.HeaderClassName
{
color: #A1E428;
}
.AnyTagClassName
{
color: #A1E428;
}
</style>
background-color css
<style>
a { background-color: #A1E428; }
a { background-color: rgb(161,228,40); }
div.DivClassName
{
background-color: #A1E428;
}
.BgClassName
{
background-color: #A1E428;
}
</style>
border-color css
<style>
span { border-color: #A1E428; }
span { border-color: rgb(161,228,40); }
td.TdClassName
{
border-color: #A1E428;
}
.TagClassName
{
border-color: #A1E428;
}
</style>