Shades of Green Yellow #A1EF40
Tints of Green Yellow #A1EF40
RGB
CMYK
RGB Variations
Color information
#A1EF40 (or 0xA1EF40) is known color: Green Yellow. HEX triplet: A1, EF and 40. RGB value is (161,239,64). Sum of RGB (Red+Green+Blue) = 161+239+64=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EF40 is #5E10BF. Grayscale: #C4C4C4. Windows color (decimal): -6164672 or 4255649. OLE color: 4255649.
HSL color Cylindrical-coordinate representation of color #A1EF40: hue angle of 86.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1EF40 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 64 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.06 |
| HSL | 86.74º | 0.85% | 0.59% | - |
| HSV(B) | 86.74º | 0.73% | 0.94% | - |
| XYZ | 46.49 | 69.68 | 15.85 | - |
| YUV | 195.73 | 53.66 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 64 | 0.33 | 0 | 0.73 | 0.06 | 86.74 | 0.85 | 0.59 |
| Hex | A1 | EF | 40 | 21 | 0 | 49 | 6 | 57 | 55 | 3B |
| Octal | 241 | 357 | 100 | 41 | 0 | 111 | 6 | 127 | 125 | 73 |
| Binary | 10100001 | 11101111 | 1000000 | 100001 | 0 | 1001001 | 110 | 1010111 | 1010101 | 111011 |
Color Harmonies of #A1EF40
Complementary color
Monochromatic Colors of #A1EF40
Black with #A1EF40
Text Example
Text Example
White with #A1EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF40; }
p { color: rgb(161,239,64); }
H1.HeaderClassName
{
color: #A1EF40;
}
.AnyTagClassName
{
color: #A1EF40;
}
</style>
background-color css
<style>
a { background-color: #A1EF40; }
a { background-color: rgb(161,239,64); }
div.DivClassName
{
background-color: #A1EF40;
}
.BgClassName
{
background-color: #A1EF40;
}
</style>
border-color css
<style>
span { border-color: #A1EF40; }
span { border-color: rgb(161,239,64); }
td.TdClassName
{
border-color: #A1EF40;
}
.TagClassName
{
border-color: #A1EF40;
}
</style>