Shades of Green Yellow #ACF025
Tints of Green Yellow #ACF025
RGB
CMYK
RGB Variations
Color information
#ACF025 (or 0xACF025) is known color: Green Yellow. HEX triplet: AC, F0 and 25. RGB value is (172,240,37). Sum of RGB (Red+Green+Blue) = 172+240+37=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF025 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF025 is #530FDA. Grayscale: #C5C5C5. Windows color (decimal): -5443547 or 2486444. OLE color: 2486444.
HSL color Cylindrical-coordinate representation of color #ACF025: hue angle of 80.1º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACF025 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 37 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.06 |
| HSL | 80.1º | 0.87% | 0.54% | - |
| HSV(B) | 80.1º | 0.85% | 0.94% | - |
| XYZ | 48.51 | 71.22 | 12.94 | - |
| YUV | 196.53 | 37.97 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 37 | 0.28 | 0 | 0.85 | 0.06 | 80.1 | 0.87 | 0.54 |
| Hex | AC | F0 | 25 | 1C | 0 | 55 | 6 | 50 | 57 | 36 |
| Octal | 254 | 360 | 45 | 34 | 0 | 125 | 6 | 120 | 127 | 66 |
| Binary | 10101100 | 11110000 | 100101 | 11100 | 0 | 1010101 | 110 | 1010000 | 1010111 | 110110 |
Color Harmonies of #ACF025
Complementary color
Monochromatic Colors of #ACF025
Black with #ACF025
Text Example
Text Example
White with #ACF025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF025; }
p { color: rgb(172,240,37); }
H1.HeaderClassName
{
color: #ACF025;
}
.AnyTagClassName
{
color: #ACF025;
}
</style>
background-color css
<style>
a { background-color: #ACF025; }
a { background-color: rgb(172,240,37); }
div.DivClassName
{
background-color: #ACF025;
}
.BgClassName
{
background-color: #ACF025;
}
</style>
border-color css
<style>
span { border-color: #ACF025; }
span { border-color: rgb(172,240,37); }
td.TdClassName
{
border-color: #ACF025;
}
.TagClassName
{
border-color: #ACF025;
}
</style>