Shades of Spring Bud #ACFF07
Tints of Spring Bud #ACFF07
RGB
CMYK
RGB Variations
Color information
#ACFF07 (or 0xACFF07) is known color: Spring Bud. HEX triplet: AC, FF and 07. RGB value is (172,255,7). Sum of RGB (Red+Green+Blue) = 172+255+7=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF07 is #5300F8. Grayscale: #CACACA. Windows color (decimal): -5439737 or 524204. OLE color: 524204.
HSL color Cylindrical-coordinate representation of color #ACFF07: hue angle of 80.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACFF07 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 7 | - |
| CMYK | 0.33 | 0 | 0.97 | 0 |
| HSL | 80.08º | 1% | 0.51% | - |
| HSV(B) | 80.08º | 0.97% | 1% | - |
| XYZ | 52.81 | 80.31 | 12.92 | - |
| YUV | 201.91 | 18 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 7 | 0.33 | 0 | 0.97 | 0 | 80.08 | 1 | 0.51 |
| Hex | AC | FF | 7 | 21 | 0 | 61 | 0 | 50 | 64 | 33 |
| Octal | 254 | 377 | 7 | 41 | 0 | 141 | 0 | 120 | 144 | 63 |
| Binary | 10101100 | 11111111 | 111 | 100001 | 0 | 1100001 | 0 | 1010000 | 1100100 | 110011 |
Color Harmonies of #ACFF07
Complementary color
Monochromatic Colors of #ACFF07
Black with #ACFF07
Text Example
Text Example
White with #ACFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF07; }
p { color: rgb(172,255,7); }
H1.HeaderClassName
{
color: #ACFF07;
}
.AnyTagClassName
{
color: #ACFF07;
}
</style>
background-color css
<style>
a { background-color: #ACFF07; }
a { background-color: rgb(172,255,7); }
div.DivClassName
{
background-color: #ACFF07;
}
.BgClassName
{
background-color: #ACFF07;
}
</style>
border-color css
<style>
span { border-color: #ACFF07; }
span { border-color: rgb(172,255,7); }
td.TdClassName
{
border-color: #ACFF07;
}
.TagClassName
{
border-color: #ACFF07;
}
</style>