Shades of Green Yellow #A1F41F
Tints of Green Yellow #A1F41F
RGB
CMYK
RGB Variations
Color information
#A1F41F (or 0xA1F41F) is known color: Green Yellow. HEX triplet: A1, F4 and 1F. RGB value is (161,244,31). Sum of RGB (Red+Green+Blue) = 161+244+31=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F41F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F41F is #5E0BE0. Grayscale: #C3C3C3. Windows color (decimal): -6163425 or 2094241. OLE color: 2094241.
HSL color Cylindrical-coordinate representation of color #A1F41F: hue angle of 83.38º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1F41F is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 31 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.04 |
| HSL | 83.38º | 0.91% | 0.54% | - |
| HSV(B) | 83.38º | 0.87% | 0.96% | - |
| XYZ | 47.3 | 72.38 | 12.77 | - |
| YUV | 194.9 | 35.5 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 31 | 0.34 | 0 | 0.87 | 0.04 | 83.38 | 0.91 | 0.54 |
| Hex | A1 | F4 | 1F | 22 | 0 | 57 | 4 | 53 | 5B | 36 |
| Octal | 241 | 364 | 37 | 42 | 0 | 127 | 4 | 123 | 133 | 66 |
| Binary | 10100001 | 11110100 | 11111 | 100010 | 0 | 1010111 | 100 | 1010011 | 1011011 | 110110 |
Color Harmonies of #A1F41F
Complementary color
Monochromatic Colors of #A1F41F
Black with #A1F41F
Text Example
Text Example
White with #A1F41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F41F; }
p { color: rgb(161,244,31); }
H1.HeaderClassName
{
color: #A1F41F;
}
.AnyTagClassName
{
color: #A1F41F;
}
</style>
background-color css
<style>
a { background-color: #A1F41F; }
a { background-color: rgb(161,244,31); }
div.DivClassName
{
background-color: #A1F41F;
}
.BgClassName
{
background-color: #A1F41F;
}
</style>
border-color css
<style>
span { border-color: #A1F41F; }
span { border-color: rgb(161,244,31); }
td.TdClassName
{
border-color: #A1F41F;
}
.TagClassName
{
border-color: #A1F41F;
}
</style>