Shades of Spring Bud #ACFF04
Tints of Spring Bud #ACFF04
RGB
CMYK
RGB Variations
Color information
#ACFF04 (or 0xACFF04) is known color: Spring Bud. HEX triplet: AC, FF and 04. RGB value is (172,255,4). Sum of RGB (Red+Green+Blue) = 172+255+4=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF04 is #5300FB. Grayscale: #CACACA. Windows color (decimal): -5439740 or 327596. OLE color: 327596.
HSL color Cylindrical-coordinate representation of color #ACFF04: hue angle of 79.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACFF04 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0 |
| HSL | 79.84º | 1% | 0.51% | - |
| HSV(B) | 79.84º | 0.98% | 1% | - |
| XYZ | 52.8 | 80.3 | 12.83 | - |
| YUV | 201.57 | 16.5 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 4 | 0.33 | 0 | 0.98 | 0 | 79.84 | 1 | 0.51 |
| Hex | AC | FF | 4 | 21 | 0 | 62 | 0 | 50 | 64 | 33 |
| Octal | 254 | 377 | 4 | 41 | 0 | 142 | 0 | 120 | 144 | 63 |
| Binary | 10101100 | 11111111 | 100 | 100001 | 0 | 1100010 | 0 | 1010000 | 1100100 | 110011 |
Color Harmonies of #ACFF04
Complementary color
Monochromatic Colors of #ACFF04
Black with #ACFF04
Text Example
Text Example
White with #ACFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF04; }
p { color: rgb(172,255,4); }
H1.HeaderClassName
{
color: #ACFF04;
}
.AnyTagClassName
{
color: #ACFF04;
}
</style>
background-color css
<style>
a { background-color: #ACFF04; }
a { background-color: rgb(172,255,4); }
div.DivClassName
{
background-color: #ACFF04;
}
.BgClassName
{
background-color: #ACFF04;
}
</style>
border-color css
<style>
span { border-color: #ACFF04; }
span { border-color: rgb(172,255,4); }
td.TdClassName
{
border-color: #ACFF04;
}
.TagClassName
{
border-color: #ACFF04;
}
</style>