Shades of Green Yellow #A1E932
Tints of Green Yellow #A1E932
RGB
CMYK
RGB Variations
Color information
#A1E932 (or 0xA1E932) is known color: Green Yellow. HEX triplet: A1, E9 and 32. RGB value is (161,233,50). Sum of RGB (Red+Green+Blue) = 161+233+50=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E932 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E932 is #5E16CD. Grayscale: #BFBFBF. Windows color (decimal): -6166222 or 3336609. OLE color: 3336609.
HSL color Cylindrical-coordinate representation of color #A1E932: hue angle of 83.61º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1E932 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 50 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.09 |
| HSL | 83.61º | 0.81% | 0.55% | - |
| HSV(B) | 83.61º | 0.79% | 0.91% | - |
| XYZ | 44.41 | 66.09 | 13.43 | - |
| YUV | 190.61 | 48.65 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 50 | 0.31 | 0 | 0.79 | 0.09 | 83.61 | 0.81 | 0.55 |
| Hex | A1 | E9 | 32 | 1F | 0 | 4F | 9 | 54 | 51 | 37 |
| Octal | 241 | 351 | 62 | 37 | 0 | 117 | 11 | 124 | 121 | 67 |
| Binary | 10100001 | 11101001 | 110010 | 11111 | 0 | 1001111 | 1001 | 1010100 | 1010001 | 110111 |
Color Harmonies of #A1E932
Complementary color
Monochromatic Colors of #A1E932
Black with #A1E932
Text Example
Text Example
White with #A1E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E932; }
p { color: rgb(161,233,50); }
H1.HeaderClassName
{
color: #A1E932;
}
.AnyTagClassName
{
color: #A1E932;
}
</style>
background-color css
<style>
a { background-color: #A1E932; }
a { background-color: rgb(161,233,50); }
div.DivClassName
{
background-color: #A1E932;
}
.BgClassName
{
background-color: #A1E932;
}
</style>
border-color css
<style>
span { border-color: #A1E932; }
span { border-color: rgb(161,233,50); }
td.TdClassName
{
border-color: #A1E932;
}
.TagClassName
{
border-color: #A1E932;
}
</style>