Shades of Green Yellow #ACF124
Tints of Green Yellow #ACF124
RGB
CMYK
RGB Variations
Color information
#ACF124 (or 0xACF124) is known color: Green Yellow. HEX triplet: AC, F1 and 24. RGB value is (172,241,36). Sum of RGB (Red+Green+Blue) = 172+241+36=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF124 is #530EDB. Grayscale: #C5C5C5. Windows color (decimal): -5443292 or 2421164. OLE color: 2421164.
HSL color Cylindrical-coordinate representation of color #ACF124: hue angle of 80.2º 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 #ACF124 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 36 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.05 |
| HSL | 80.2º | 0.88% | 0.54% | - |
| HSV(B) | 80.2º | 0.85% | 0.95% | - |
| XYZ | 48.79 | 71.81 | 12.96 | - |
| YUV | 197 | 37.14 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 36 | 0.29 | 0 | 0.85 | 0.05 | 80.2 | 0.88 | 0.54 |
| Hex | AC | F1 | 24 | 1D | 0 | 55 | 5 | 50 | 58 | 36 |
| Octal | 254 | 361 | 44 | 35 | 0 | 125 | 5 | 120 | 130 | 66 |
| Binary | 10101100 | 11110001 | 100100 | 11101 | 0 | 1010101 | 101 | 1010000 | 1011000 | 110110 |
Color Harmonies of #ACF124
Complementary color
Monochromatic Colors of #ACF124
Black with #ACF124
Text Example
Text Example
White with #ACF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF124; }
p { color: rgb(172,241,36); }
H1.HeaderClassName
{
color: #ACF124;
}
.AnyTagClassName
{
color: #ACF124;
}
</style>
background-color css
<style>
a { background-color: #ACF124; }
a { background-color: rgb(172,241,36); }
div.DivClassName
{
background-color: #ACF124;
}
.BgClassName
{
background-color: #ACF124;
}
</style>
border-color css
<style>
span { border-color: #ACF124; }
span { border-color: rgb(172,241,36); }
td.TdClassName
{
border-color: #ACF124;
}
.TagClassName
{
border-color: #ACF124;
}
</style>