Shades of Yellow Green #A1E12A
Tints of Yellow Green #A1E12A
RGB
CMYK
RGB Variations
Color information
#A1E12A (or 0xA1E12A) is known color: Yellow Green. HEX triplet: A1, E1 and 2A. RGB value is (161,225,42). Sum of RGB (Red+Green+Blue) = 161+225+42=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E12A is #5E1ED5. Grayscale: #B9B9B9. Windows color (decimal): -6168278 or 2810273. OLE color: 2810273.
HSL color Cylindrical-coordinate representation of color #A1E12A: hue angle of 80.98º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1E12A is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 42 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.12 |
| HSL | 80.98º | 0.75% | 0.52% | - |
| HSV(B) | 80.98º | 0.81% | 0.88% | - |
| XYZ | 42.04 | 61.59 | 11.86 | - |
| YUV | 185 | 47.3 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 42 | 0.28 | 0 | 0.81 | 0.12 | 80.98 | 0.75 | 0.52 |
| Hex | A1 | E1 | 2A | 1C | 0 | 51 | C | 51 | 4B | 34 |
| Octal | 241 | 341 | 52 | 34 | 0 | 121 | 14 | 121 | 113 | 64 |
| Binary | 10100001 | 11100001 | 101010 | 11100 | 0 | 1010001 | 1100 | 1010001 | 1001011 | 110100 |
Color Harmonies of #A1E12A
Complementary color
Monochromatic Colors of #A1E12A
Black with #A1E12A
Text Example
Text Example
White with #A1E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E12A; }
p { color: rgb(161,225,42); }
H1.HeaderClassName
{
color: #A1E12A;
}
.AnyTagClassName
{
color: #A1E12A;
}
</style>
background-color css
<style>
a { background-color: #A1E12A; }
a { background-color: rgb(161,225,42); }
div.DivClassName
{
background-color: #A1E12A;
}
.BgClassName
{
background-color: #A1E12A;
}
</style>
border-color css
<style>
span { border-color: #A1E12A; }
span { border-color: rgb(161,225,42); }
td.TdClassName
{
border-color: #A1E12A;
}
.TagClassName
{
border-color: #A1E12A;
}
</style>