Shades of Green Yellow #A1F125
Tints of Green Yellow #A1F125
RGB
CMYK
RGB Variations
Color information
#A1F125 (or 0xA1F125) is known color: Green Yellow. HEX triplet: A1, F1 and 25. RGB value is (161,241,37). Sum of RGB (Red+Green+Blue) = 161+241+37=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F125 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F125 is #5E0EDA. Grayscale: #C2C2C2. Windows color (decimal): -6164187 or 2486689. OLE color: 2486689.
HSL color Cylindrical-coordinate representation of color #A1F125: hue angle of 83.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1F125 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 37 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.05 |
| HSL | 83.53º | 0.88% | 0.55% | - |
| HSV(B) | 83.53º | 0.85% | 0.95% | - |
| XYZ | 46.49 | 70.62 | 12.93 | - |
| YUV | 193.82 | 39.5 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 37 | 0.33 | 0 | 0.85 | 0.05 | 83.53 | 0.88 | 0.55 |
| Hex | A1 | F1 | 25 | 21 | 0 | 55 | 5 | 54 | 58 | 37 |
| Octal | 241 | 361 | 45 | 41 | 0 | 125 | 5 | 124 | 130 | 67 |
| Binary | 10100001 | 11110001 | 100101 | 100001 | 0 | 1010101 | 101 | 1010100 | 1011000 | 110111 |
Color Harmonies of #A1F125
Complementary color
Monochromatic Colors of #A1F125
Black with #A1F125
Text Example
Text Example
White with #A1F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F125; }
p { color: rgb(161,241,37); }
H1.HeaderClassName
{
color: #A1F125;
}
.AnyTagClassName
{
color: #A1F125;
}
</style>
background-color css
<style>
a { background-color: #A1F125; }
a { background-color: rgb(161,241,37); }
div.DivClassName
{
background-color: #A1F125;
}
.BgClassName
{
background-color: #A1F125;
}
</style>
border-color css
<style>
span { border-color: #A1F125; }
span { border-color: rgb(161,241,37); }
td.TdClassName
{
border-color: #A1F125;
}
.TagClassName
{
border-color: #A1F125;
}
</style>