Shades of Green Yellow #ACF028
Tints of Green Yellow #ACF028
RGB
CMYK
RGB Variations
Color information
#ACF028 (or 0xACF028) is known color: Green Yellow. HEX triplet: AC, F0 and 28. RGB value is (172,240,40). Sum of RGB (Red+Green+Blue) = 172+240+40=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF028 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF028 is #530FD7. Grayscale: #C5C5C5. Windows color (decimal): -5443544 or 2683052. OLE color: 2683052.
HSL color Cylindrical-coordinate representation of color #ACF028: hue angle of 80.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACF028 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 40 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.06 |
| HSL | 80.4º | 0.87% | 0.55% | - |
| HSV(B) | 80.4º | 0.83% | 0.94% | - |
| XYZ | 48.56 | 71.24 | 13.2 | - |
| YUV | 196.87 | 39.47 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 40 | 0.28 | 0 | 0.83 | 0.06 | 80.4 | 0.87 | 0.55 |
| Hex | AC | F0 | 28 | 1C | 0 | 53 | 6 | 50 | 57 | 37 |
| Octal | 254 | 360 | 50 | 34 | 0 | 123 | 6 | 120 | 127 | 67 |
| Binary | 10101100 | 11110000 | 101000 | 11100 | 0 | 1010011 | 110 | 1010000 | 1010111 | 110111 |
Color Harmonies of #ACF028
Complementary color
Monochromatic Colors of #ACF028
Black with #ACF028
Text Example
Text Example
White with #ACF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF028; }
p { color: rgb(172,240,40); }
H1.HeaderClassName
{
color: #ACF028;
}
.AnyTagClassName
{
color: #ACF028;
}
</style>
background-color css
<style>
a { background-color: #ACF028; }
a { background-color: rgb(172,240,40); }
div.DivClassName
{
background-color: #ACF028;
}
.BgClassName
{
background-color: #ACF028;
}
</style>
border-color css
<style>
span { border-color: #ACF028; }
span { border-color: rgb(172,240,40); }
td.TdClassName
{
border-color: #ACF028;
}
.TagClassName
{
border-color: #ACF028;
}
</style>