Shades of Green Yellow #A1F11F
Tints of Green Yellow #A1F11F
RGB
CMYK
RGB Variations
Color information
#A1F11F (or 0xA1F11F) is known color: Green Yellow. HEX triplet: A1, F1 and 1F. RGB value is (161,241,31). Sum of RGB (Red+Green+Blue) = 161+241+31=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F11F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F11F is #5E0EE0. Grayscale: #C1C1C1. Windows color (decimal): -6164193 or 2093473. OLE color: 2093473.
HSL color Cylindrical-coordinate representation of color #A1F11F: hue angle of 82.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1F11F is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 31 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.05 |
| HSL | 82.86º | 0.88% | 0.53% | - |
| HSV(B) | 82.86º | 0.87% | 0.95% | - |
| XYZ | 46.4 | 70.59 | 12.48 | - |
| YUV | 193.14 | 36.5 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 31 | 0.33 | 0 | 0.87 | 0.05 | 82.86 | 0.88 | 0.53 |
| Hex | A1 | F1 | 1F | 21 | 0 | 57 | 5 | 53 | 58 | 35 |
| Octal | 241 | 361 | 37 | 41 | 0 | 127 | 5 | 123 | 130 | 65 |
| Binary | 10100001 | 11110001 | 11111 | 100001 | 0 | 1010111 | 101 | 1010011 | 1011000 | 110101 |
Color Harmonies of #A1F11F
Complementary color
Monochromatic Colors of #A1F11F
Black with #A1F11F
Text Example
Text Example
White with #A1F11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F11F; }
p { color: rgb(161,241,31); }
H1.HeaderClassName
{
color: #A1F11F;
}
.AnyTagClassName
{
color: #A1F11F;
}
</style>
background-color css
<style>
a { background-color: #A1F11F; }
a { background-color: rgb(161,241,31); }
div.DivClassName
{
background-color: #A1F11F;
}
.BgClassName
{
background-color: #A1F11F;
}
</style>
border-color css
<style>
span { border-color: #A1F11F; }
span { border-color: rgb(161,241,31); }
td.TdClassName
{
border-color: #A1F11F;
}
.TagClassName
{
border-color: #A1F11F;
}
</style>