Shades of Green Yellow #A1EF22
Tints of Green Yellow #A1EF22
RGB
CMYK
RGB Variations
Color information
#A1EF22 (or 0xA1EF22) is known color: Green Yellow. HEX triplet: A1, EF and 22. RGB value is (161,239,34). Sum of RGB (Red+Green+Blue) = 161+239+34=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 239 (93.75% from 255 or 55.07% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF22 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EF22 is #5E10DD. Grayscale: #C1C1C1. Windows color (decimal): -6164702 or 2289569. OLE color: 2289569.
HSL color Cylindrical-coordinate representation of color #A1EF22: hue angle of 82.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1EF22 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 34 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.06 |
| HSL | 82.83º | 0.86% | 0.54% | - |
| HSV(B) | 82.83º | 0.86% | 0.94% | - |
| XYZ | 45.85 | 69.43 | 12.5 | - |
| YUV | 192.31 | 38.66 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 34 | 0.33 | 0 | 0.86 | 0.06 | 82.83 | 0.86 | 0.54 |
| Hex | A1 | EF | 22 | 21 | 0 | 56 | 6 | 53 | 56 | 36 |
| Octal | 241 | 357 | 42 | 41 | 0 | 126 | 6 | 123 | 126 | 66 |
| Binary | 10100001 | 11101111 | 100010 | 100001 | 0 | 1010110 | 110 | 1010011 | 1010110 | 110110 |
Color Harmonies of #A1EF22
Complementary color
Monochromatic Colors of #A1EF22
Black with #A1EF22
Text Example
Text Example
White with #A1EF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF22; }
p { color: rgb(161,239,34); }
H1.HeaderClassName
{
color: #A1EF22;
}
.AnyTagClassName
{
color: #A1EF22;
}
</style>
background-color css
<style>
a { background-color: #A1EF22; }
a { background-color: rgb(161,239,34); }
div.DivClassName
{
background-color: #A1EF22;
}
.BgClassName
{
background-color: #A1EF22;
}
</style>
border-color css
<style>
span { border-color: #A1EF22; }
span { border-color: rgb(161,239,34); }
td.TdClassName
{
border-color: #A1EF22;
}
.TagClassName
{
border-color: #A1EF22;
}
</style>