Shades of Spring Bud #ACF007
Tints of Spring Bud #ACF007
RGB
CMYK
RGB Variations
Color information
#ACF007 (or 0xACF007) is known color: Spring Bud. HEX triplet: AC, F0 and 07. RGB value is (172,240,7). Sum of RGB (Red+Green+Blue) = 172+240+7=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF007 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF007 is #530FF8. Grayscale: #C1C1C1. Windows color (decimal): -5443577 or 520364. OLE color: 520364.
HSL color Cylindrical-coordinate representation of color #ACF007: hue angle of 77.51º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF007 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.06 |
| HSL | 77.51º | 0.94% | 0.48% | - |
| HSV(B) | 77.51º | 0.97% | 0.94% | - |
| XYZ | 48.21 | 71.11 | 11.38 | - |
| YUV | 193.11 | 22.97 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 7 | 0.28 | 0 | 0.97 | 0.06 | 77.51 | 0.94 | 0.48 |
| Hex | AC | F0 | 7 | 1C | 0 | 61 | 6 | 4E | 5E | 30 |
| Octal | 254 | 360 | 7 | 34 | 0 | 141 | 6 | 116 | 136 | 60 |
| Binary | 10101100 | 11110000 | 111 | 11100 | 0 | 1100001 | 110 | 1001110 | 1011110 | 110000 |
Color Harmonies of #ACF007
Complementary color
Monochromatic Colors of #ACF007
Black with #ACF007
Text Example
Text Example
White with #ACF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF007; }
p { color: rgb(172,240,7); }
H1.HeaderClassName
{
color: #ACF007;
}
.AnyTagClassName
{
color: #ACF007;
}
</style>
background-color css
<style>
a { background-color: #ACF007; }
a { background-color: rgb(172,240,7); }
div.DivClassName
{
background-color: #ACF007;
}
.BgClassName
{
background-color: #ACF007;
}
</style>
border-color css
<style>
span { border-color: #ACF007; }
span { border-color: rgb(172,240,7); }
td.TdClassName
{
border-color: #ACF007;
}
.TagClassName
{
border-color: #ACF007;
}
</style>