Shades of Spring Bud #ACF408
Tints of Spring Bud #ACF408
RGB
CMYK
RGB Variations
Color information
#ACF408 (or 0xACF408) is known color: Spring Bud. HEX triplet: AC, F4 and 08. RGB value is (172,244,8). Sum of RGB (Red+Green+Blue) = 172+244+8=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 244 (95.70% from 255 or 57.55% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF408 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF408 is #530BF7. Grayscale: #C4C4C4. Windows color (decimal): -5442552 or 586924. OLE color: 586924.
HSL color Cylindrical-coordinate representation of color #ACF408: hue angle of 78.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF408 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 8 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.04 |
| HSL | 78.31º | 0.94% | 0.49% | - |
| HSV(B) | 78.31º | 0.97% | 0.96% | - |
| XYZ | 49.41 | 73.49 | 11.81 | - |
| YUV | 195.57 | 22.15 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 8 | 0.30 | 0 | 0.97 | 0.04 | 78.31 | 0.94 | 0.49 |
| Hex | AC | F4 | 8 | 1E | 0 | 61 | 4 | 4E | 5E | 31 |
| Octal | 254 | 364 | 10 | 36 | 0 | 141 | 4 | 116 | 136 | 61 |
| Binary | 10101100 | 11110100 | 1000 | 11110 | 0 | 1100001 | 100 | 1001110 | 1011110 | 110001 |
Color Harmonies of #ACF408
Complementary color
Monochromatic Colors of #ACF408
Black with #ACF408
Text Example
Text Example
White with #ACF408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF408; }
p { color: rgb(172,244,8); }
H1.HeaderClassName
{
color: #ACF408;
}
.AnyTagClassName
{
color: #ACF408;
}
</style>
background-color css
<style>
a { background-color: #ACF408; }
a { background-color: rgb(172,244,8); }
div.DivClassName
{
background-color: #ACF408;
}
.BgClassName
{
background-color: #ACF408;
}
</style>
border-color css
<style>
span { border-color: #ACF408; }
span { border-color: rgb(172,244,8); }
td.TdClassName
{
border-color: #ACF408;
}
.TagClassName
{
border-color: #ACF408;
}
</style>