Shades of Yellow Green #A1E62A
Tints of Yellow Green #A1E62A
RGB
CMYK
RGB Variations
Color information
#A1E62A (or 0xA1E62A) is known color: Yellow Green. HEX triplet: A1, E6 and 2A. RGB value is (161,230,42). Sum of RGB (Red+Green+Blue) = 161+230+42=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 230 (90.23% from 255 or 53.12% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E62A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E62A is #5E19D5. Grayscale: #BCBCBC. Windows color (decimal): -6166998 or 2811553. OLE color: 2811553.
HSL color Cylindrical-coordinate representation of color #A1E62A: hue angle of 82.02º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1E62A is Cyan = 0.3, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 42 | - |
| CMYK | 0.3 | 0 | 0.82 | 0.10 |
| HSL | 82.02º | 0.79% | 0.53% | - |
| HSV(B) | 82.02º | 0.82% | 0.9% | - |
| XYZ | 43.41 | 64.34 | 12.32 | - |
| YUV | 187.94 | 45.64 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 42 | 0.3 | 0 | 0.82 | 0.10 | 82.02 | 0.79 | 0.53 |
| Hex | A1 | E6 | 2A | 1E | 0 | 52 | A | 52 | 4F | 35 |
| Octal | 241 | 346 | 52 | 36 | 0 | 122 | 12 | 122 | 117 | 65 |
| Binary | 10100001 | 11100110 | 101010 | 11110 | 0 | 1010010 | 1010 | 1010010 | 1001111 | 110101 |
Color Harmonies of #A1E62A
Complementary color
Monochromatic Colors of #A1E62A
Black with #A1E62A
Text Example
Text Example
White with #A1E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E62A; }
p { color: rgb(161,230,42); }
H1.HeaderClassName
{
color: #A1E62A;
}
.AnyTagClassName
{
color: #A1E62A;
}
</style>
background-color css
<style>
a { background-color: #A1E62A; }
a { background-color: rgb(161,230,42); }
div.DivClassName
{
background-color: #A1E62A;
}
.BgClassName
{
background-color: #A1E62A;
}
</style>
border-color css
<style>
span { border-color: #A1E62A; }
span { border-color: rgb(161,230,42); }
td.TdClassName
{
border-color: #A1E62A;
}
.TagClassName
{
border-color: #A1E62A;
}
</style>