Shades of Green Yellow #A4F124
Tints of Green Yellow #A4F124
RGB
CMYK
RGB Variations
Color information
#A4F124 (or 0xA4F124) is known color: Green Yellow. HEX triplet: A4, F1 and 24. RGB value is (164,241,36). Sum of RGB (Red+Green+Blue) = 164+241+36=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4F124 is #5B0EDB. Grayscale: #C3C3C3. Windows color (decimal): -5967580 or 2421156. OLE color: 2421156.
HSL color Cylindrical-coordinate representation of color #A4F124: hue angle of 82.54º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4F124 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 36 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.05 |
| HSL | 82.54º | 0.88% | 0.54% | - |
| HSV(B) | 82.54º | 0.85% | 0.95% | - |
| XYZ | 47.08 | 70.93 | 12.88 | - |
| YUV | 194.61 | 38.49 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 36 | 0.32 | 0 | 0.85 | 0.05 | 82.54 | 0.88 | 0.54 |
| Hex | A4 | F1 | 24 | 20 | 0 | 55 | 5 | 53 | 58 | 36 |
| Octal | 244 | 361 | 44 | 40 | 0 | 125 | 5 | 123 | 130 | 66 |
| Binary | 10100100 | 11110001 | 100100 | 100000 | 0 | 1010101 | 101 | 1010011 | 1011000 | 110110 |
Color Harmonies of #A4F124
Complementary color
Monochromatic Colors of #A4F124
Black with #A4F124
Text Example
Text Example
White with #A4F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F124; }
p { color: rgb(164,241,36); }
H1.HeaderClassName
{
color: #A4F124;
}
.AnyTagClassName
{
color: #A4F124;
}
</style>
background-color css
<style>
a { background-color: #A4F124; }
a { background-color: rgb(164,241,36); }
div.DivClassName
{
background-color: #A4F124;
}
.BgClassName
{
background-color: #A4F124;
}
</style>
border-color css
<style>
span { border-color: #A4F124; }
span { border-color: rgb(164,241,36); }
td.TdClassName
{
border-color: #A4F124;
}
.TagClassName
{
border-color: #A4F124;
}
</style>