Shades of Green Yellow #A1FB32
Tints of Green Yellow #A1FB32
RGB
CMYK
RGB Variations
Color information
#A1FB32 (or 0xA1FB32) is known color: Green Yellow. HEX triplet: A1, FB and 32. RGB value is (161,251,50). Sum of RGB (Red+Green+Blue) = 161+251+50=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FB32 is #5E04CD. Grayscale: #C9C9C9. Windows color (decimal): -6161614 or 3341217. OLE color: 3341217.
HSL color Cylindrical-coordinate representation of color #A1FB32: hue angle of 86.87º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1FB32 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 50 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.02 |
| HSL | 86.87º | 0.96% | 0.59% | - |
| HSV(B) | 86.87º | 0.8% | 0.98% | - |
| XYZ | 49.77 | 76.8 | 15.22 | - |
| YUV | 201.18 | 42.68 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 50 | 0.36 | 0 | 0.80 | 0.02 | 86.87 | 0.96 | 0.59 |
| Hex | A1 | FB | 32 | 24 | 0 | 50 | 2 | 57 | 60 | 3B |
| Octal | 241 | 373 | 62 | 44 | 0 | 120 | 2 | 127 | 140 | 73 |
| Binary | 10100001 | 11111011 | 110010 | 100100 | 0 | 1010000 | 10 | 1010111 | 1100000 | 111011 |
Color Harmonies of #A1FB32
Complementary color
Monochromatic Colors of #A1FB32
Black with #A1FB32
Text Example
Text Example
White with #A1FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB32; }
p { color: rgb(161,251,50); }
H1.HeaderClassName
{
color: #A1FB32;
}
.AnyTagClassName
{
color: #A1FB32;
}
</style>
background-color css
<style>
a { background-color: #A1FB32; }
a { background-color: rgb(161,251,50); }
div.DivClassName
{
background-color: #A1FB32;
}
.BgClassName
{
background-color: #A1FB32;
}
</style>
border-color css
<style>
span { border-color: #A1FB32; }
span { border-color: rgb(161,251,50); }
td.TdClassName
{
border-color: #A1FB32;
}
.TagClassName
{
border-color: #A1FB32;
}
</style>