Shades of Green Yellow #A1F03F
Tints of Green Yellow #A1F03F
RGB
CMYK
RGB Variations
Color information
#A1F03F (or 0xA1F03F) is known color: Green Yellow. HEX triplet: A1, F0 and 3F. RGB value is (161,240,63). Sum of RGB (Red+Green+Blue) = 161+240+63=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F03F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F03F is #5E0FC0. Grayscale: #C4C4C4. Windows color (decimal): -6164417 or 4190369. OLE color: 4190369.
HSL color Cylindrical-coordinate representation of color #A1F03F: hue angle of 86.78º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1F03F is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 63 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.06 |
| HSL | 86.78º | 0.86% | 0.59% | - |
| HSV(B) | 86.78º | 0.74% | 0.94% | - |
| XYZ | 46.76 | 70.26 | 15.8 | - |
| YUV | 196.2 | 52.83 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 63 | 0.33 | 0 | 0.74 | 0.06 | 86.78 | 0.86 | 0.59 |
| Hex | A1 | F0 | 3F | 21 | 0 | 4A | 6 | 57 | 56 | 3B |
| Octal | 241 | 360 | 77 | 41 | 0 | 112 | 6 | 127 | 126 | 73 |
| Binary | 10100001 | 11110000 | 111111 | 100001 | 0 | 1001010 | 110 | 1010111 | 1010110 | 111011 |
Color Harmonies of #A1F03F
Complementary color
Monochromatic Colors of #A1F03F
Black with #A1F03F
Text Example
Text Example
White with #A1F03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F03F; }
p { color: rgb(161,240,63); }
H1.HeaderClassName
{
color: #A1F03F;
}
.AnyTagClassName
{
color: #A1F03F;
}
</style>
background-color css
<style>
a { background-color: #A1F03F; }
a { background-color: rgb(161,240,63); }
div.DivClassName
{
background-color: #A1F03F;
}
.BgClassName
{
background-color: #A1F03F;
}
</style>
border-color css
<style>
span { border-color: #A1F03F; }
span { border-color: rgb(161,240,63); }
td.TdClassName
{
border-color: #A1F03F;
}
.TagClassName
{
border-color: #A1F03F;
}
</style>