Shades of Green Yellow #A1F932
Tints of Green Yellow #A1F932
RGB
CMYK
RGB Variations
Color information
#A1F932 (or 0xA1F932) is known color: Green Yellow. HEX triplet: A1, F9 and 32. RGB value is (161,249,50). Sum of RGB (Red+Green+Blue) = 161+249+50=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F932 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F932 is #5E06CD. Grayscale: #C8C8C8. Windows color (decimal): -6162126 or 3340705. OLE color: 3340705.
HSL color Cylindrical-coordinate representation of color #A1F932: hue angle of 86.53º degrees, saturation: 0.94, 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 #A1F932 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 50 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.02 |
| HSL | 86.53º | 0.94% | 0.59% | - |
| HSV(B) | 86.53º | 0.8% | 0.98% | - |
| XYZ | 49.15 | 75.56 | 15.01 | - |
| YUV | 200 | 43.35 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 50 | 0.35 | 0 | 0.80 | 0.02 | 86.53 | 0.94 | 0.59 |
| Hex | A1 | F9 | 32 | 23 | 0 | 50 | 2 | 57 | 5E | 3B |
| Octal | 241 | 371 | 62 | 43 | 0 | 120 | 2 | 127 | 136 | 73 |
| Binary | 10100001 | 11111001 | 110010 | 100011 | 0 | 1010000 | 10 | 1010111 | 1011110 | 111011 |
Color Harmonies of #A1F932
Complementary color
Monochromatic Colors of #A1F932
Black with #A1F932
Text Example
Text Example
White with #A1F932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F932; }
p { color: rgb(161,249,50); }
H1.HeaderClassName
{
color: #A1F932;
}
.AnyTagClassName
{
color: #A1F932;
}
</style>
background-color css
<style>
a { background-color: #A1F932; }
a { background-color: rgb(161,249,50); }
div.DivClassName
{
background-color: #A1F932;
}
.BgClassName
{
background-color: #A1F932;
}
</style>
border-color css
<style>
span { border-color: #A1F932; }
span { border-color: rgb(161,249,50); }
td.TdClassName
{
border-color: #A1F932;
}
.TagClassName
{
border-color: #A1F932;
}
</style>