Shades of Green Yellow #A1FA3D
Tints of Green Yellow #A1FA3D
RGB
CMYK
RGB Variations
Color information
#A1FA3D (or 0xA1FA3D) is known color: Green Yellow. HEX triplet: A1, FA and 3D. RGB value is (161,250,61). Sum of RGB (Red+Green+Blue) = 161+250+61=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FA3D is #5E05C2. Grayscale: #CACACA. Windows color (decimal): -6161859 or 4061857. OLE color: 4061857.
HSL color Cylindrical-coordinate representation of color #A1FA3D: hue angle of 88.25º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1FA3D is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 61 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.02 |
| HSL | 88.25º | 0.95% | 0.61% | - |
| HSV(B) | 88.25º | 0.76% | 0.98% | - |
| XYZ | 49.73 | 76.29 | 16.52 | - |
| YUV | 201.84 | 48.51 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 61 | 0.36 | 0 | 0.76 | 0.02 | 88.25 | 0.95 | 0.61 |
| Hex | A1 | FA | 3D | 24 | 0 | 4C | 2 | 58 | 5F | 3D |
| Octal | 241 | 372 | 75 | 44 | 0 | 114 | 2 | 130 | 137 | 75 |
| Binary | 10100001 | 11111010 | 111101 | 100100 | 0 | 1001100 | 10 | 1011000 | 1011111 | 111101 |
Color Harmonies of #A1FA3D
Complementary color
Monochromatic Colors of #A1FA3D
Black with #A1FA3D
Text Example
Text Example
White with #A1FA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA3D; }
p { color: rgb(161,250,61); }
H1.HeaderClassName
{
color: #A1FA3D;
}
.AnyTagClassName
{
color: #A1FA3D;
}
</style>
background-color css
<style>
a { background-color: #A1FA3D; }
a { background-color: rgb(161,250,61); }
div.DivClassName
{
background-color: #A1FA3D;
}
.BgClassName
{
background-color: #A1FA3D;
}
</style>
border-color css
<style>
span { border-color: #A1FA3D; }
span { border-color: rgb(161,250,61); }
td.TdClassName
{
border-color: #A1FA3D;
}
.TagClassName
{
border-color: #A1FA3D;
}
</style>