Shades of Green Yellow #A1F930
Tints of Green Yellow #A1F930
RGB
CMYK
RGB Variations
Color information
#A1F930 (or 0xA1F930) is known color: Green Yellow. HEX triplet: A1, F9 and 30. RGB value is (161,249,48). Sum of RGB (Red+Green+Blue) = 161+249+48=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F930 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F930 is #5E06CF. Grayscale: #C8C8C8. Windows color (decimal): -6162128 or 3209633. OLE color: 3209633.
HSL color Cylindrical-coordinate representation of color #A1F930: hue angle of 86.27º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1F930 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 48 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.02 |
| HSL | 86.27º | 0.94% | 0.58% | - |
| HSV(B) | 86.27º | 0.81% | 0.98% | - |
| XYZ | 49.11 | 75.54 | 14.79 | - |
| YUV | 199.77 | 42.35 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 48 | 0.35 | 0 | 0.81 | 0.02 | 86.27 | 0.94 | 0.58 |
| Hex | A1 | F9 | 30 | 23 | 0 | 51 | 2 | 56 | 5E | 3A |
| Octal | 241 | 371 | 60 | 43 | 0 | 121 | 2 | 126 | 136 | 72 |
| Binary | 10100001 | 11111001 | 110000 | 100011 | 0 | 1010001 | 10 | 1010110 | 1011110 | 111010 |
Color Harmonies of #A1F930
Complementary color
Monochromatic Colors of #A1F930
Black with #A1F930
Text Example
Text Example
White with #A1F930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F930; }
p { color: rgb(161,249,48); }
H1.HeaderClassName
{
color: #A1F930;
}
.AnyTagClassName
{
color: #A1F930;
}
</style>
background-color css
<style>
a { background-color: #A1F930; }
a { background-color: rgb(161,249,48); }
div.DivClassName
{
background-color: #A1F930;
}
.BgClassName
{
background-color: #A1F930;
}
</style>
border-color css
<style>
span { border-color: #A1F930; }
span { border-color: rgb(161,249,48); }
td.TdClassName
{
border-color: #A1F930;
}
.TagClassName
{
border-color: #A1F930;
}
</style>