Shades of Spring Bud #ACF009
Tints of Spring Bud #ACF009
RGB
CMYK
RGB Variations
Color information
#ACF009 (or 0xACF009) is known color: Spring Bud. HEX triplet: AC, F0 and 09. RGB value is (172,240,9). Sum of RGB (Red+Green+Blue) = 172+240+9=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF009 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF009 is #530FF6. Grayscale: #C2C2C2. Windows color (decimal): -5443575 or 651436. OLE color: 651436.
HSL color Cylindrical-coordinate representation of color #ACF009: hue angle of 77.66º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACF009 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 9 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.06 |
| HSL | 77.66º | 0.93% | 0.49% | - |
| HSV(B) | 77.66º | 0.96% | 0.94% | - |
| XYZ | 48.22 | 71.11 | 11.44 | - |
| YUV | 193.33 | 23.97 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 9 | 0.28 | 0 | 0.96 | 0.06 | 77.66 | 0.93 | 0.49 |
| Hex | AC | F0 | 9 | 1C | 0 | 60 | 6 | 4E | 5D | 31 |
| Octal | 254 | 360 | 11 | 34 | 0 | 140 | 6 | 116 | 135 | 61 |
| Binary | 10101100 | 11110000 | 1001 | 11100 | 0 | 1100000 | 110 | 1001110 | 1011101 | 110001 |
Color Harmonies of #ACF009
Complementary color
Monochromatic Colors of #ACF009
Black with #ACF009
Text Example
Text Example
White with #ACF009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF009; }
p { color: rgb(172,240,9); }
H1.HeaderClassName
{
color: #ACF009;
}
.AnyTagClassName
{
color: #ACF009;
}
</style>
background-color css
<style>
a { background-color: #ACF009; }
a { background-color: rgb(172,240,9); }
div.DivClassName
{
background-color: #ACF009;
}
.BgClassName
{
background-color: #ACF009;
}
</style>
border-color css
<style>
span { border-color: #ACF009; }
span { border-color: rgb(172,240,9); }
td.TdClassName
{
border-color: #ACF009;
}
.TagClassName
{
border-color: #ACF009;
}
</style>