Shades of Green Yellow #A1F31F
Tints of Green Yellow #A1F31F
RGB
CMYK
RGB Variations
Color information
#A1F31F (or 0xA1F31F) is known color: Green Yellow. HEX triplet: A1, F3 and 1F. RGB value is (161,243,31). Sum of RGB (Red+Green+Blue) = 161+243+31=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F31F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F31F is #5E0CE0. Grayscale: #C3C3C3. Windows color (decimal): -6163681 or 2093985. OLE color: 2093985.
HSL color Cylindrical-coordinate representation of color #A1F31F: hue angle of 83.21º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1F31F is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 31 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.05 |
| HSL | 83.21º | 0.9% | 0.54% | - |
| HSV(B) | 83.21º | 0.87% | 0.95% | - |
| XYZ | 47 | 71.78 | 12.67 | - |
| YUV | 194.31 | 35.83 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 31 | 0.34 | 0 | 0.87 | 0.05 | 83.21 | 0.9 | 0.54 |
| Hex | A1 | F3 | 1F | 22 | 0 | 57 | 5 | 53 | 5A | 36 |
| Octal | 241 | 363 | 37 | 42 | 0 | 127 | 5 | 123 | 132 | 66 |
| Binary | 10100001 | 11110011 | 11111 | 100010 | 0 | 1010111 | 101 | 1010011 | 1011010 | 110110 |
Color Harmonies of #A1F31F
Complementary color
Monochromatic Colors of #A1F31F
Black with #A1F31F
Text Example
Text Example
White with #A1F31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F31F; }
p { color: rgb(161,243,31); }
H1.HeaderClassName
{
color: #A1F31F;
}
.AnyTagClassName
{
color: #A1F31F;
}
</style>
background-color css
<style>
a { background-color: #A1F31F; }
a { background-color: rgb(161,243,31); }
div.DivClassName
{
background-color: #A1F31F;
}
.BgClassName
{
background-color: #A1F31F;
}
</style>
border-color css
<style>
span { border-color: #A1F31F; }
span { border-color: rgb(161,243,31); }
td.TdClassName
{
border-color: #A1F31F;
}
.TagClassName
{
border-color: #A1F31F;
}
</style>