Shades of Green Yellow #A1F82E
Tints of Green Yellow #A1F82E
RGB
CMYK
RGB Variations
Color information
#A1F82E (or 0xA1F82E) is known color: Green Yellow. HEX triplet: A1, F8 and 2E. RGB value is (161,248,46). Sum of RGB (Red+Green+Blue) = 161+248+46=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F82E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F82E is #5E07D1. Grayscale: #C7C7C7. Windows color (decimal): -6162386 or 3078305. OLE color: 3078305.
HSL color Cylindrical-coordinate representation of color #A1F82E: hue angle of 85.84º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1F82E is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 46 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.03 |
| HSL | 85.84º | 0.94% | 0.58% | - |
| HSV(B) | 85.84º | 0.81% | 0.97% | - |
| XYZ | 48.76 | 74.91 | 14.47 | - |
| YUV | 198.96 | 41.68 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 46 | 0.35 | 0 | 0.81 | 0.03 | 85.84 | 0.94 | 0.58 |
| Hex | A1 | F8 | 2E | 23 | 0 | 51 | 3 | 56 | 5E | 3A |
| Octal | 241 | 370 | 56 | 43 | 0 | 121 | 3 | 126 | 136 | 72 |
| Binary | 10100001 | 11111000 | 101110 | 100011 | 0 | 1010001 | 11 | 1010110 | 1011110 | 111010 |
Color Harmonies of #A1F82E
Complementary color
Monochromatic Colors of #A1F82E
Black with #A1F82E
Text Example
Text Example
White with #A1F82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F82E; }
p { color: rgb(161,248,46); }
H1.HeaderClassName
{
color: #A1F82E;
}
.AnyTagClassName
{
color: #A1F82E;
}
</style>
background-color css
<style>
a { background-color: #A1F82E; }
a { background-color: rgb(161,248,46); }
div.DivClassName
{
background-color: #A1F82E;
}
.BgClassName
{
background-color: #A1F82E;
}
</style>
border-color css
<style>
span { border-color: #A1F82E; }
span { border-color: rgb(161,248,46); }
td.TdClassName
{
border-color: #A1F82E;
}
.TagClassName
{
border-color: #A1F82E;
}
</style>