Shades of Yellow Green #A1E42A
Tints of Yellow Green #A1E42A
RGB
CMYK
RGB Variations
Color information
#A1E42A (or 0xA1E42A) is known color: Yellow Green. HEX triplet: A1, E4 and 2A. RGB value is (161,228,42). Sum of RGB (Red+Green+Blue) = 161+228+42=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E42A is #5E1BD5. Grayscale: #BBBBBB. Windows color (decimal): -6167510 or 2811041. OLE color: 2811041.
HSL color Cylindrical-coordinate representation of color #A1E42A: hue angle of 81.61º degrees, saturation: 0.77, 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 #A1E42A is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 42 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.11 |
| HSL | 81.61º | 0.78% | 0.53% | - |
| HSV(B) | 81.61º | 0.82% | 0.89% | - |
| XYZ | 42.86 | 63.23 | 12.14 | - |
| YUV | 186.76 | 46.3 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 42 | 0.29 | 0 | 0.82 | 0.11 | 81.61 | 0.78 | 0.53 |
| Hex | A1 | E4 | 2A | 1D | 0 | 52 | B | 52 | 4E | 35 |
| Octal | 241 | 344 | 52 | 35 | 0 | 122 | 13 | 122 | 116 | 65 |
| Binary | 10100001 | 11100100 | 101010 | 11101 | 0 | 1010010 | 1011 | 1010010 | 1001110 | 110101 |
Color Harmonies of #A1E42A
Complementary color
Monochromatic Colors of #A1E42A
Black with #A1E42A
Text Example
Text Example
White with #A1E42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E42A; }
p { color: rgb(161,228,42); }
H1.HeaderClassName
{
color: #A1E42A;
}
.AnyTagClassName
{
color: #A1E42A;
}
</style>
background-color css
<style>
a { background-color: #A1E42A; }
a { background-color: rgb(161,228,42); }
div.DivClassName
{
background-color: #A1E42A;
}
.BgClassName
{
background-color: #A1E42A;
}
</style>
border-color css
<style>
span { border-color: #A1E42A; }
span { border-color: rgb(161,228,42); }
td.TdClassName
{
border-color: #A1E42A;
}
.TagClassName
{
border-color: #A1E42A;
}
</style>