Shades of Yellow Green #A1E52D
Tints of Yellow Green #A1E52D
RGB
CMYK
RGB Variations
Color information
#A1E52D (or 0xA1E52D) is known color: Yellow Green. HEX triplet: A1, E5 and 2D. RGB value is (161,229,45). Sum of RGB (Red+Green+Blue) = 161+229+45=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E52D is #5E1AD2. Grayscale: #BCBCBC. Windows color (decimal): -6167251 or 3007905. OLE color: 3007905.
HSL color Cylindrical-coordinate representation of color #A1E52D: hue angle of 82.17º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1E52D is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 45 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.10 |
| HSL | 82.17º | 0.78% | 0.54% | - |
| HSV(B) | 82.17º | 0.8% | 0.9% | - |
| XYZ | 43.19 | 63.81 | 12.52 | - |
| YUV | 187.69 | 47.47 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 45 | 0.30 | 0 | 0.80 | 0.10 | 82.17 | 0.78 | 0.54 |
| Hex | A1 | E5 | 2D | 1E | 0 | 50 | A | 52 | 4E | 36 |
| Octal | 241 | 345 | 55 | 36 | 0 | 120 | 12 | 122 | 116 | 66 |
| Binary | 10100001 | 11100101 | 101101 | 11110 | 0 | 1010000 | 1010 | 1010010 | 1001110 | 110110 |
Color Harmonies of #A1E52D
Complementary color
Monochromatic Colors of #A1E52D
Black with #A1E52D
Text Example
Text Example
White with #A1E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E52D; }
p { color: rgb(161,229,45); }
H1.HeaderClassName
{
color: #A1E52D;
}
.AnyTagClassName
{
color: #A1E52D;
}
</style>
background-color css
<style>
a { background-color: #A1E52D; }
a { background-color: rgb(161,229,45); }
div.DivClassName
{
background-color: #A1E52D;
}
.BgClassName
{
background-color: #A1E52D;
}
</style>
border-color css
<style>
span { border-color: #A1E52D; }
span { border-color: rgb(161,229,45); }
td.TdClassName
{
border-color: #A1E52D;
}
.TagClassName
{
border-color: #A1E52D;
}
</style>