Shades of Spring Bud #ACF400
Tints of Spring Bud #ACF400
RGB
CMYK
RGB Variations
Color information
#ACF400 (or 0xACF400) is known color: Spring Bud. HEX triplet: AC, F4 and 00. RGB value is (172,244,0). Sum of RGB (Red+Green+Blue) = 172+244+0=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 244 (95.70% from 255 or 58.65% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF400 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF400 is #530BFF. Grayscale: #C3C3C3. Windows color (decimal): -5442560 or 62636. OLE color: 62636.
HSL color Cylindrical-coordinate representation of color #ACF400: hue angle of 77.7º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF400 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.04 |
| HSL | 77.7º | 1% | 0.48% | - |
| HSV(B) | 77.7º | 1% | 0.96% | - |
| XYZ | 49.36 | 73.47 | 11.58 | - |
| YUV | 194.66 | 18.15 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 0 | 0.30 | 0 | 1 | 0.04 | 77.7 | 1 | 0.48 |
| Hex | AC | F4 | 0 | 1E | 0 | 64 | 4 | 4E | 64 | 30 |
| Octal | 254 | 364 | 0 | 36 | 0 | 144 | 4 | 116 | 144 | 60 |
| Binary | 10101100 | 11110100 | 0 | 11110 | 0 | 1100100 | 100 | 1001110 | 1100100 | 110000 |
Color Harmonies of #ACF400
Complementary color
Monochromatic Colors of #ACF400
Black with #ACF400
Text Example
Text Example
White with #ACF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF400; }
p { color: rgb(172,244,0); }
H1.HeaderClassName
{
color: #ACF400;
}
.AnyTagClassName
{
color: #ACF400;
}
</style>
background-color css
<style>
a { background-color: #ACF400; }
a { background-color: rgb(172,244,0); }
div.DivClassName
{
background-color: #ACF400;
}
.BgClassName
{
background-color: #ACF400;
}
</style>
border-color css
<style>
span { border-color: #ACF400; }
span { border-color: rgb(172,244,0); }
td.TdClassName
{
border-color: #ACF400;
}
.TagClassName
{
border-color: #ACF400;
}
</style>