Shades of Green Yellow #A1F74D
Tints of Green Yellow #A1F74D
RGB
CMYK
RGB Variations
Color information
#A1F74D (or 0xA1F74D) is known color: Green Yellow. HEX triplet: A1, F7 and 4D. RGB value is (161,247,77). Sum of RGB (Red+Green+Blue) = 161+247+77=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F74D is #5E08B2. Grayscale: #CACACA. Windows color (decimal): -6162611 or 5109665. OLE color: 5109665.
HSL color Cylindrical-coordinate representation of color #A1F74D: hue angle of 90.35º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1F74D is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 77 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.03 |
| HSL | 90.35º | 0.91% | 0.64% | - |
| HSV(B) | 90.35º | 0.69% | 0.97% | - |
| XYZ | 49.3 | 74.63 | 18.83 | - |
| YUV | 201.91 | 57.51 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 77 | 0.35 | 0 | 0.69 | 0.03 | 90.35 | 0.91 | 0.64 |
| Hex | A1 | F7 | 4D | 23 | 0 | 45 | 3 | 5A | 5B | 40 |
| Octal | 241 | 367 | 115 | 43 | 0 | 105 | 3 | 132 | 133 | 100 |
| Binary | 10100001 | 11110111 | 1001101 | 100011 | 0 | 1000101 | 11 | 1011010 | 1011011 | 1000000 |
Color Harmonies of #A1F74D
Complementary color
Monochromatic Colors of #A1F74D
Black with #A1F74D
Text Example
Text Example
White with #A1F74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F74D; }
p { color: rgb(161,247,77); }
H1.HeaderClassName
{
color: #A1F74D;
}
.AnyTagClassName
{
color: #A1F74D;
}
</style>
background-color css
<style>
a { background-color: #A1F74D; }
a { background-color: rgb(161,247,77); }
div.DivClassName
{
background-color: #A1F74D;
}
.BgClassName
{
background-color: #A1F74D;
}
</style>
border-color css
<style>
span { border-color: #A1F74D; }
span { border-color: rgb(161,247,77); }
td.TdClassName
{
border-color: #A1F74D;
}
.TagClassName
{
border-color: #A1F74D;
}
</style>