Shades of Spring Bud #ACFF09
Tints of Spring Bud #ACFF09
RGB
CMYK
RGB Variations
Color information
#ACFF09 (or 0xACFF09) is known color: Spring Bud. HEX triplet: AC, FF and 09. RGB value is (172,255,9). Sum of RGB (Red+Green+Blue) = 172+255+9=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 9 (3.91% from 255 or 2.06% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF09 is #5300F6. Grayscale: #CBCBCB. Windows color (decimal): -5439735 or 655276. OLE color: 655276.
HSL color Cylindrical-coordinate representation of color #ACFF09: hue angle of 80.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACFF09 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 9 | - |
| CMYK | 0.33 | 0 | 0.96 | 0 |
| HSL | 80.24º | 1% | 0.52% | - |
| HSV(B) | 80.24º | 0.96% | 1% | - |
| XYZ | 52.82 | 80.31 | 12.98 | - |
| YUV | 202.14 | 19 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 9 | 0.33 | 0 | 0.96 | 0 | 80.24 | 1 | 0.52 |
| Hex | AC | FF | 9 | 21 | 0 | 60 | 0 | 50 | 64 | 34 |
| Octal | 254 | 377 | 11 | 41 | 0 | 140 | 0 | 120 | 144 | 64 |
| Binary | 10101100 | 11111111 | 1001 | 100001 | 0 | 1100000 | 0 | 1010000 | 1100100 | 110100 |
Color Harmonies of #ACFF09
Complementary color
Monochromatic Colors of #ACFF09
Black with #ACFF09
Text Example
Text Example
White with #ACFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF09; }
p { color: rgb(172,255,9); }
H1.HeaderClassName
{
color: #ACFF09;
}
.AnyTagClassName
{
color: #ACFF09;
}
</style>
background-color css
<style>
a { background-color: #ACFF09; }
a { background-color: rgb(172,255,9); }
div.DivClassName
{
background-color: #ACFF09;
}
.BgClassName
{
background-color: #ACFF09;
}
</style>
border-color css
<style>
span { border-color: #ACFF09; }
span { border-color: rgb(172,255,9); }
td.TdClassName
{
border-color: #ACFF09;
}
.TagClassName
{
border-color: #ACFF09;
}
</style>