Shades of Green Yellow #A1F231
Tints of Green Yellow #A1F231
RGB
CMYK
RGB Variations
Color information
#A1F231 (or 0xA1F231) is known color: Green Yellow. HEX triplet: A1, F2 and 31. RGB value is (161,242,49). Sum of RGB (Red+Green+Blue) = 161+242+49=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F231 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F231 is #5E0DCE. Grayscale: #C4C4C4. Windows color (decimal): -6163919 or 3273377. OLE color: 3273377.
HSL color Cylindrical-coordinate representation of color #A1F231: hue angle of 85.18º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1F231 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 49 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.05 |
| HSL | 85.18º | 0.88% | 0.57% | - |
| HSV(B) | 85.18º | 0.8% | 0.95% | - |
| XYZ | 47 | 71.3 | 14.19 | - |
| YUV | 195.78 | 45.16 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 49 | 0.33 | 0 | 0.80 | 0.05 | 85.18 | 0.88 | 0.57 |
| Hex | A1 | F2 | 31 | 21 | 0 | 50 | 5 | 55 | 58 | 39 |
| Octal | 241 | 362 | 61 | 41 | 0 | 120 | 5 | 125 | 130 | 71 |
| Binary | 10100001 | 11110010 | 110001 | 100001 | 0 | 1010000 | 101 | 1010101 | 1011000 | 111001 |
Color Harmonies of #A1F231
Complementary color
Monochromatic Colors of #A1F231
Black with #A1F231
Text Example
Text Example
White with #A1F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F231; }
p { color: rgb(161,242,49); }
H1.HeaderClassName
{
color: #A1F231;
}
.AnyTagClassName
{
color: #A1F231;
}
</style>
background-color css
<style>
a { background-color: #A1F231; }
a { background-color: rgb(161,242,49); }
div.DivClassName
{
background-color: #A1F231;
}
.BgClassName
{
background-color: #A1F231;
}
</style>
border-color css
<style>
span { border-color: #A1F231; }
span { border-color: rgb(161,242,49); }
td.TdClassName
{
border-color: #A1F231;
}
.TagClassName
{
border-color: #A1F231;
}
</style>