Shades of Green Yellow #A1FF48
Tints of Green Yellow #A1FF48
RGB
CMYK
RGB Variations
Color information
#A1FF48 (or 0xA1FF48) is known color: Green Yellow. HEX triplet: A1, FF and 48. RGB value is (161,255,72). Sum of RGB (Red+Green+Blue) = 161+255+72=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FF48 is #5E00B7. Grayscale: #CECECE. Windows color (decimal): -6160568 or 4784033. OLE color: 4784033.
HSL color Cylindrical-coordinate representation of color #A1FF48: hue angle of 90.82º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1FF48 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 72 | - |
| CMYK | 0.37 | 0 | 0.72 | 0 |
| HSL | 90.82º | 1% | 0.64% | - |
| HSV(B) | 90.82º | 0.72% | 1% | - |
| XYZ | 51.63 | 79.56 | 18.77 | - |
| YUV | 206.03 | 52.36 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 72 | 0.37 | 0 | 0.72 | 0 | 90.82 | 1 | 0.64 |
| Hex | A1 | FF | 48 | 25 | 0 | 48 | 0 | 5B | 64 | 40 |
| Octal | 241 | 377 | 110 | 45 | 0 | 110 | 0 | 133 | 144 | 100 |
| Binary | 10100001 | 11111111 | 1001000 | 100101 | 0 | 1001000 | 0 | 1011011 | 1100100 | 1000000 |
Color Harmonies of #A1FF48
Complementary color
Monochromatic Colors of #A1FF48
Black with #A1FF48
Text Example
Text Example
White with #A1FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF48; }
p { color: rgb(161,255,72); }
H1.HeaderClassName
{
color: #A1FF48;
}
.AnyTagClassName
{
color: #A1FF48;
}
</style>
background-color css
<style>
a { background-color: #A1FF48; }
a { background-color: rgb(161,255,72); }
div.DivClassName
{
background-color: #A1FF48;
}
.BgClassName
{
background-color: #A1FF48;
}
</style>
border-color css
<style>
span { border-color: #A1FF48; }
span { border-color: rgb(161,255,72); }
td.TdClassName
{
border-color: #A1FF48;
}
.TagClassName
{
border-color: #A1FF48;
}
</style>