Shades of Green Yellow #A1F124
Tints of Green Yellow #A1F124
RGB
CMYK
RGB Variations
Color information
#A1F124 (or 0xA1F124) is known color: Green Yellow. HEX triplet: A1, F1 and 24. RGB value is (161,241,36). Sum of RGB (Red+Green+Blue) = 161+241+36=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F124 is #5E0EDB. Grayscale: #C2C2C2. Windows color (decimal): -6164188 or 2421153. OLE color: 2421153.
HSL color Cylindrical-coordinate representation of color #A1F124: hue angle of 83.41º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1F124 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 36 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.05 |
| HSL | 83.41º | 0.88% | 0.54% | - |
| HSV(B) | 83.41º | 0.85% | 0.95% | - |
| XYZ | 46.47 | 70.62 | 12.85 | - |
| YUV | 193.71 | 39 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 36 | 0.33 | 0 | 0.85 | 0.05 | 83.41 | 0.88 | 0.54 |
| Hex | A1 | F1 | 24 | 21 | 0 | 55 | 5 | 53 | 58 | 36 |
| Octal | 241 | 361 | 44 | 41 | 0 | 125 | 5 | 123 | 130 | 66 |
| Binary | 10100001 | 11110001 | 100100 | 100001 | 0 | 1010101 | 101 | 1010011 | 1011000 | 110110 |
Color Harmonies of #A1F124
Complementary color
Monochromatic Colors of #A1F124
Black with #A1F124
Text Example
Text Example
White with #A1F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F124; }
p { color: rgb(161,241,36); }
H1.HeaderClassName
{
color: #A1F124;
}
.AnyTagClassName
{
color: #A1F124;
}
</style>
background-color css
<style>
a { background-color: #A1F124; }
a { background-color: rgb(161,241,36); }
div.DivClassName
{
background-color: #A1F124;
}
.BgClassName
{
background-color: #A1F124;
}
</style>
border-color css
<style>
span { border-color: #A1F124; }
span { border-color: rgb(161,241,36); }
td.TdClassName
{
border-color: #A1F124;
}
.TagClassName
{
border-color: #A1F124;
}
</style>