Shades of Green Yellow #A1F74C
Tints of Green Yellow #A1F74C
RGB
CMYK
RGB Variations
Color information
#A1F74C (or 0xA1F74C) is known color: Green Yellow. HEX triplet: A1, F7 and 4C. RGB value is (161,247,76). Sum of RGB (Red+Green+Blue) = 161+247+76=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F74C is #5E08B3. Grayscale: #CACACA. Windows color (decimal): -6162612 or 5044129. OLE color: 5044129.
HSL color Cylindrical-coordinate representation of color #A1F74C: hue angle of 90.18º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1F74C is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 76 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.03 |
| HSL | 90.18º | 0.91% | 0.63% | - |
| HSV(B) | 90.18º | 0.69% | 0.97% | - |
| XYZ | 49.26 | 74.62 | 18.64 | - |
| YUV | 201.79 | 57.01 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 76 | 0.35 | 0 | 0.69 | 0.03 | 90.18 | 0.91 | 0.63 |
| Hex | A1 | F7 | 4C | 23 | 0 | 45 | 3 | 5A | 5B | 3F |
| Octal | 241 | 367 | 114 | 43 | 0 | 105 | 3 | 132 | 133 | 77 |
| Binary | 10100001 | 11110111 | 1001100 | 100011 | 0 | 1000101 | 11 | 1011010 | 1011011 | 111111 |
Color Harmonies of #A1F74C
Complementary color
Monochromatic Colors of #A1F74C
Black with #A1F74C
Text Example
Text Example
White with #A1F74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F74C; }
p { color: rgb(161,247,76); }
H1.HeaderClassName
{
color: #A1F74C;
}
.AnyTagClassName
{
color: #A1F74C;
}
</style>
background-color css
<style>
a { background-color: #A1F74C; }
a { background-color: rgb(161,247,76); }
div.DivClassName
{
background-color: #A1F74C;
}
.BgClassName
{
background-color: #A1F74C;
}
</style>
border-color css
<style>
span { border-color: #A1F74C; }
span { border-color: rgb(161,247,76); }
td.TdClassName
{
border-color: #A1F74C;
}
.TagClassName
{
border-color: #A1F74C;
}
</style>