Shades of Spring Bud #ACF700
Tints of Spring Bud #ACF700
RGB
CMYK
RGB Variations
Color information
#ACF700 (or 0xACF700) is known color: Spring Bud. HEX triplet: AC, F7 and 00. RGB value is (172,247,0). Sum of RGB (Red+Green+Blue) = 172+247+0=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF700 is #5308FF. Grayscale: #C5C5C5. Windows color (decimal): -5441792 or 63404. OLE color: 63404.
HSL color Cylindrical-coordinate representation of color #ACF700: hue angle of 78.22º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF700 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.03 |
| HSL | 78.22º | 1% | 0.48% | - |
| HSV(B) | 78.22º | 1% | 0.97% | - |
| XYZ | 50.27 | 75.29 | 11.88 | - |
| YUV | 196.42 | 17.15 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 0 | 0.30 | 0 | 1 | 0.03 | 78.22 | 1 | 0.48 |
| Hex | AC | F7 | 0 | 1E | 0 | 64 | 3 | 4E | 64 | 30 |
| Octal | 254 | 367 | 0 | 36 | 0 | 144 | 3 | 116 | 144 | 60 |
| Binary | 10101100 | 11110111 | 0 | 11110 | 0 | 1100100 | 11 | 1001110 | 1100100 | 110000 |
Color Harmonies of #ACF700
Complementary color
Monochromatic Colors of #ACF700
Black with #ACF700
Text Example
Text Example
White with #ACF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF700; }
p { color: rgb(172,247,0); }
H1.HeaderClassName
{
color: #ACF700;
}
.AnyTagClassName
{
color: #ACF700;
}
</style>
background-color css
<style>
a { background-color: #ACF700; }
a { background-color: rgb(172,247,0); }
div.DivClassName
{
background-color: #ACF700;
}
.BgClassName
{
background-color: #ACF700;
}
</style>
border-color css
<style>
span { border-color: #ACF700; }
span { border-color: rgb(172,247,0); }
td.TdClassName
{
border-color: #ACF700;
}
.TagClassName
{
border-color: #ACF700;
}
</style>