Shades of Green Yellow #A1FD19
Tints of Green Yellow #A1FD19
RGB
CMYK
RGB Variations
Color information
#A1FD19 (or 0xA1FD19) is known color: Green Yellow. HEX triplet: A1, FD and 19. RGB value is (161,253,25). Sum of RGB (Red+Green+Blue) = 161+253+25=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FD19 is #5E02E6. Grayscale: #C8C8C8. Windows color (decimal): -6161127 or 1703329. OLE color: 1703329.
HSL color Cylindrical-coordinate representation of color #A1FD19: hue angle of 84.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1FD19 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 25 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.01 |
| HSL | 84.21º | 0.98% | 0.55% | - |
| HSV(B) | 84.21º | 0.9% | 0.99% | - |
| XYZ | 50 | 77.9 | 13.32 | - |
| YUV | 199.5 | 29.52 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 25 | 0.36 | 0 | 0.90 | 0.01 | 84.21 | 0.98 | 0.55 |
| Hex | A1 | FD | 19 | 24 | 0 | 5A | 1 | 54 | 62 | 37 |
| Octal | 241 | 375 | 31 | 44 | 0 | 132 | 1 | 124 | 142 | 67 |
| Binary | 10100001 | 11111101 | 11001 | 100100 | 0 | 1011010 | 1 | 1010100 | 1100010 | 110111 |
Color Harmonies of #A1FD19
Complementary color
Monochromatic Colors of #A1FD19
Black with #A1FD19
Text Example
Text Example
White with #A1FD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FD19; }
p { color: rgb(161,253,25); }
H1.HeaderClassName
{
color: #A1FD19;
}
.AnyTagClassName
{
color: #A1FD19;
}
</style>
background-color css
<style>
a { background-color: #A1FD19; }
a { background-color: rgb(161,253,25); }
div.DivClassName
{
background-color: #A1FD19;
}
.BgClassName
{
background-color: #A1FD19;
}
</style>
border-color css
<style>
span { border-color: #A1FD19; }
span { border-color: rgb(161,253,25); }
td.TdClassName
{
border-color: #A1FD19;
}
.TagClassName
{
border-color: #A1FD19;
}
</style>