Shades of Yellow Green #A1E42D
Tints of Yellow Green #A1E42D
RGB
CMYK
RGB Variations
Color information
#A1E42D (or 0xA1E42D) is known color: Yellow Green. HEX triplet: A1, E4 and 2D. RGB value is (161,228,45). Sum of RGB (Red+Green+Blue) = 161+228+45=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E42D is #5E1BD2. Grayscale: #BBBBBB. Windows color (decimal): -6167507 or 3007649. OLE color: 3007649.
HSL color Cylindrical-coordinate representation of color #A1E42D: hue angle of 81.97º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1E42D is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 45 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.11 |
| HSL | 81.97º | 0.77% | 0.54% | - |
| HSV(B) | 81.97º | 0.8% | 0.89% | - |
| XYZ | 42.92 | 63.25 | 12.43 | - |
| YUV | 187.11 | 47.8 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 45 | 0.29 | 0 | 0.80 | 0.11 | 81.97 | 0.77 | 0.54 |
| Hex | A1 | E4 | 2D | 1D | 0 | 50 | B | 52 | 4D | 36 |
| Octal | 241 | 344 | 55 | 35 | 0 | 120 | 13 | 122 | 115 | 66 |
| Binary | 10100001 | 11100100 | 101101 | 11101 | 0 | 1010000 | 1011 | 1010010 | 1001101 | 110110 |
Color Harmonies of #A1E42D
Complementary color
Monochromatic Colors of #A1E42D
Black with #A1E42D
Text Example
Text Example
White with #A1E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E42D; }
p { color: rgb(161,228,45); }
H1.HeaderClassName
{
color: #A1E42D;
}
.AnyTagClassName
{
color: #A1E42D;
}
</style>
background-color css
<style>
a { background-color: #A1E42D; }
a { background-color: rgb(161,228,45); }
div.DivClassName
{
background-color: #A1E42D;
}
.BgClassName
{
background-color: #A1E42D;
}
</style>
border-color css
<style>
span { border-color: #A1E42D; }
span { border-color: rgb(161,228,45); }
td.TdClassName
{
border-color: #A1E42D;
}
.TagClassName
{
border-color: #A1E42D;
}
</style>