Shades of Green Yellow #A1F320
Tints of Green Yellow #A1F320
RGB
CMYK
RGB Variations
Color information
#A1F320 (or 0xA1F320) is known color: Green Yellow. HEX triplet: A1, F3 and 20. RGB value is (161,243,32). Sum of RGB (Red+Green+Blue) = 161+243+32=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F320 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F320 is #5E0CDF. Grayscale: #C3C3C3. Windows color (decimal): -6163680 or 2159521. OLE color: 2159521.
HSL color Cylindrical-coordinate representation of color #A1F320: hue angle of 83.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1F320 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 32 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.05 |
| HSL | 83.32º | 0.9% | 0.54% | - |
| HSV(B) | 83.32º | 0.87% | 0.95% | - |
| XYZ | 47.01 | 71.78 | 12.74 | - |
| YUV | 194.43 | 36.33 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 32 | 0.34 | 0 | 0.87 | 0.05 | 83.32 | 0.9 | 0.54 |
| Hex | A1 | F3 | 20 | 22 | 0 | 57 | 5 | 53 | 5A | 36 |
| Octal | 241 | 363 | 40 | 42 | 0 | 127 | 5 | 123 | 132 | 66 |
| Binary | 10100001 | 11110011 | 100000 | 100010 | 0 | 1010111 | 101 | 1010011 | 1011010 | 110110 |
Color Harmonies of #A1F320
Complementary color
Monochromatic Colors of #A1F320
Black with #A1F320
Text Example
Text Example
White with #A1F320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F320; }
p { color: rgb(161,243,32); }
H1.HeaderClassName
{
color: #A1F320;
}
.AnyTagClassName
{
color: #A1F320;
}
</style>
background-color css
<style>
a { background-color: #A1F320; }
a { background-color: rgb(161,243,32); }
div.DivClassName
{
background-color: #A1F320;
}
.BgClassName
{
background-color: #A1F320;
}
</style>
border-color css
<style>
span { border-color: #A1F320; }
span { border-color: rgb(161,243,32); }
td.TdClassName
{
border-color: #A1F320;
}
.TagClassName
{
border-color: #A1F320;
}
</style>