Shades of Green Yellow #A1F31E
Tints of Green Yellow #A1F31E
RGB
CMYK
RGB Variations
Color information
#A1F31E (or 0xA1F31E) is known color: Green Yellow. HEX triplet: A1, F3 and 1E. RGB value is (161,243,30). Sum of RGB (Red+Green+Blue) = 161+243+30=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 243 (95.31% from 255 or 55.99% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F31E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F31E is #5E0CE1. Grayscale: #C2C2C2. Windows color (decimal): -6163682 or 2028449. OLE color: 2028449.
HSL color Cylindrical-coordinate representation of color #A1F31E: hue angle of 83.1º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1F31E is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 30 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.05 |
| HSL | 83.1º | 0.9% | 0.54% | - |
| HSV(B) | 83.1º | 0.88% | 0.95% | - |
| XYZ | 46.98 | 71.77 | 12.61 | - |
| YUV | 194.2 | 35.33 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 30 | 0.34 | 0 | 0.88 | 0.05 | 83.1 | 0.9 | 0.54 |
| Hex | A1 | F3 | 1E | 22 | 0 | 58 | 5 | 53 | 5A | 36 |
| Octal | 241 | 363 | 36 | 42 | 0 | 130 | 5 | 123 | 132 | 66 |
| Binary | 10100001 | 11110011 | 11110 | 100010 | 0 | 1011000 | 101 | 1010011 | 1011010 | 110110 |
Color Harmonies of #A1F31E
Complementary color
Monochromatic Colors of #A1F31E
Black with #A1F31E
Text Example
Text Example
White with #A1F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F31E; }
p { color: rgb(161,243,30); }
H1.HeaderClassName
{
color: #A1F31E;
}
.AnyTagClassName
{
color: #A1F31E;
}
</style>
background-color css
<style>
a { background-color: #A1F31E; }
a { background-color: rgb(161,243,30); }
div.DivClassName
{
background-color: #A1F31E;
}
.BgClassName
{
background-color: #A1F31E;
}
</style>
border-color css
<style>
span { border-color: #A1F31E; }
span { border-color: rgb(161,243,30); }
td.TdClassName
{
border-color: #A1F31E;
}
.TagClassName
{
border-color: #A1F31E;
}
</style>