Shades of Green Yellow #A1F94E
Tints of Green Yellow #A1F94E
RGB
CMYK
RGB Variations
Color information
#A1F94E (or 0xA1F94E) is known color: Green Yellow. HEX triplet: A1, F9 and 4E. RGB value is (161,249,78). Sum of RGB (Red+Green+Blue) = 161+249+78=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F94E is #5E06B1. Grayscale: #CBCBCB. Windows color (decimal): -6162098 or 5175713. OLE color: 5175713.
HSL color Cylindrical-coordinate representation of color #A1F94E: hue angle of 90.88º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1F94E is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 78 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.02 |
| HSL | 90.88º | 0.93% | 0.64% | - |
| HSV(B) | 90.88º | 0.69% | 0.98% | - |
| XYZ | 49.95 | 75.88 | 19.22 | - |
| YUV | 203.19 | 57.35 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 78 | 0.35 | 0 | 0.69 | 0.02 | 90.88 | 0.93 | 0.64 |
| Hex | A1 | F9 | 4E | 23 | 0 | 45 | 2 | 5B | 5D | 40 |
| Octal | 241 | 371 | 116 | 43 | 0 | 105 | 2 | 133 | 135 | 100 |
| Binary | 10100001 | 11111001 | 1001110 | 100011 | 0 | 1000101 | 10 | 1011011 | 1011101 | 1000000 |
Color Harmonies of #A1F94E
Complementary color
Monochromatic Colors of #A1F94E
Black with #A1F94E
Text Example
Text Example
White with #A1F94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F94E; }
p { color: rgb(161,249,78); }
H1.HeaderClassName
{
color: #A1F94E;
}
.AnyTagClassName
{
color: #A1F94E;
}
</style>
background-color css
<style>
a { background-color: #A1F94E; }
a { background-color: rgb(161,249,78); }
div.DivClassName
{
background-color: #A1F94E;
}
.BgClassName
{
background-color: #A1F94E;
}
</style>
border-color css
<style>
span { border-color: #A1F94E; }
span { border-color: rgb(161,249,78); }
td.TdClassName
{
border-color: #A1F94E;
}
.TagClassName
{
border-color: #A1F94E;
}
</style>