Shades of Green Yellow #A1FA2B
Tints of Green Yellow #A1FA2B
RGB
CMYK
RGB Variations
Color information
#A1FA2B (or 0xA1FA2B) is known color: Green Yellow. HEX triplet: A1, FA and 2B. RGB value is (161,250,43). Sum of RGB (Red+Green+Blue) = 161+250+43=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FA2B is #5E05D4. Grayscale: #C8C8C8. Windows color (decimal): -6161877 or 2882209. OLE color: 2882209.
HSL color Cylindrical-coordinate representation of color #A1FA2B: hue angle of 85.8º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1FA2B is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 43 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.02 |
| HSL | 85.8º | 0.95% | 0.57% | - |
| HSV(B) | 85.8º | 0.83% | 0.98% | - |
| XYZ | 49.32 | 76.12 | 14.38 | - |
| YUV | 199.79 | 39.51 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 43 | 0.36 | 0 | 0.83 | 0.02 | 85.8 | 0.95 | 0.57 |
| Hex | A1 | FA | 2B | 24 | 0 | 53 | 2 | 56 | 5F | 39 |
| Octal | 241 | 372 | 53 | 44 | 0 | 123 | 2 | 126 | 137 | 71 |
| Binary | 10100001 | 11111010 | 101011 | 100100 | 0 | 1010011 | 10 | 1010110 | 1011111 | 111001 |
Color Harmonies of #A1FA2B
Complementary color
Monochromatic Colors of #A1FA2B
Black with #A1FA2B
Text Example
Text Example
White with #A1FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA2B; }
p { color: rgb(161,250,43); }
H1.HeaderClassName
{
color: #A1FA2B;
}
.AnyTagClassName
{
color: #A1FA2B;
}
</style>
background-color css
<style>
a { background-color: #A1FA2B; }
a { background-color: rgb(161,250,43); }
div.DivClassName
{
background-color: #A1FA2B;
}
.BgClassName
{
background-color: #A1FA2B;
}
</style>
border-color css
<style>
span { border-color: #A1FA2B; }
span { border-color: rgb(161,250,43); }
td.TdClassName
{
border-color: #A1FA2B;
}
.TagClassName
{
border-color: #A1FA2B;
}
</style>