Shades of Spring Bud #ACF004
Tints of Spring Bud #ACF004
RGB
CMYK
RGB Variations
Color information
#ACF004 (or 0xACF004) is known color: Spring Bud. HEX triplet: AC, F0 and 04. RGB value is (172,240,4). Sum of RGB (Red+Green+Blue) = 172+240+4=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF004 is #530FFB. Grayscale: #C1C1C1. Windows color (decimal): -5443580 or 323756. OLE color: 323756.
HSL color Cylindrical-coordinate representation of color #ACF004: hue angle of 77.29º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF004 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.06 |
| HSL | 77.29º | 0.97% | 0.48% | - |
| HSV(B) | 77.29º | 0.98% | 0.94% | - |
| XYZ | 48.2 | 71.1 | 11.3 | - |
| YUV | 192.76 | 21.47 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 4 | 0.28 | 0 | 0.98 | 0.06 | 77.29 | 0.97 | 0.48 |
| Hex | AC | F0 | 4 | 1C | 0 | 62 | 6 | 4D | 61 | 30 |
| Octal | 254 | 360 | 4 | 34 | 0 | 142 | 6 | 115 | 141 | 60 |
| Binary | 10101100 | 11110000 | 100 | 11100 | 0 | 1100010 | 110 | 1001101 | 1100001 | 110000 |
Color Harmonies of #ACF004
Complementary color
Monochromatic Colors of #ACF004
Black with #ACF004
Text Example
Text Example
White with #ACF004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF004; }
p { color: rgb(172,240,4); }
H1.HeaderClassName
{
color: #ACF004;
}
.AnyTagClassName
{
color: #ACF004;
}
</style>
background-color css
<style>
a { background-color: #ACF004; }
a { background-color: rgb(172,240,4); }
div.DivClassName
{
background-color: #ACF004;
}
.BgClassName
{
background-color: #ACF004;
}
</style>
border-color css
<style>
span { border-color: #ACF004; }
span { border-color: rgb(172,240,4); }
td.TdClassName
{
border-color: #ACF004;
}
.TagClassName
{
border-color: #ACF004;
}
</style>