Shades of Green Yellow #A1F82A
Tints of Green Yellow #A1F82A
RGB
CMYK
RGB Variations
Color information
#A1F82A (or 0xA1F82A) is known color: Green Yellow. HEX triplet: A1, F8 and 2A. RGB value is (161,248,42). Sum of RGB (Red+Green+Blue) = 161+248+42=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 248 (97.27% from 255 or 54.99% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F82A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F82A is #5E07D5. Grayscale: #C7C7C7. Windows color (decimal): -6162390 or 2816161. OLE color: 2816161.
HSL color Cylindrical-coordinate representation of color #A1F82A: hue angle of 85.34º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1F82A is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 42 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.03 |
| HSL | 85.34º | 0.94% | 0.57% | - |
| HSV(B) | 85.34º | 0.83% | 0.97% | - |
| XYZ | 48.68 | 74.88 | 14.08 | - |
| YUV | 198.5 | 39.68 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 42 | 0.35 | 0 | 0.83 | 0.03 | 85.34 | 0.94 | 0.57 |
| Hex | A1 | F8 | 2A | 23 | 0 | 53 | 3 | 55 | 5E | 39 |
| Octal | 241 | 370 | 52 | 43 | 0 | 123 | 3 | 125 | 136 | 71 |
| Binary | 10100001 | 11111000 | 101010 | 100011 | 0 | 1010011 | 11 | 1010101 | 1011110 | 111001 |
Color Harmonies of #A1F82A
Complementary color
Monochromatic Colors of #A1F82A
Black with #A1F82A
Text Example
Text Example
White with #A1F82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F82A; }
p { color: rgb(161,248,42); }
H1.HeaderClassName
{
color: #A1F82A;
}
.AnyTagClassName
{
color: #A1F82A;
}
</style>
background-color css
<style>
a { background-color: #A1F82A; }
a { background-color: rgb(161,248,42); }
div.DivClassName
{
background-color: #A1F82A;
}
.BgClassName
{
background-color: #A1F82A;
}
</style>
border-color css
<style>
span { border-color: #A1F82A; }
span { border-color: rgb(161,248,42); }
td.TdClassName
{
border-color: #A1F82A;
}
.TagClassName
{
border-color: #A1F82A;
}
</style>