Shades of Spring Bud #ACF909
Tints of Spring Bud #ACF909
RGB
CMYK
RGB Variations
Color information
#ACF909 (or 0xACF909) is known color: Spring Bud. HEX triplet: AC, F9 and 09. RGB value is (172,249,9). Sum of RGB (Red+Green+Blue) = 172+249+9=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF909 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF909 is #5306F6. Grayscale: #C7C7C7. Windows color (decimal): -5441271 or 653740. OLE color: 653740.
HSL color Cylindrical-coordinate representation of color #ACF909: hue angle of 79.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACF909 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 9 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.02 |
| HSL | 79.25º | 0.95% | 0.51% | - |
| HSV(B) | 79.25º | 0.96% | 0.98% | - |
| XYZ | 50.94 | 76.54 | 12.35 | - |
| YUV | 198.62 | 20.99 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 9 | 0.31 | 0 | 0.96 | 0.02 | 79.25 | 0.95 | 0.51 |
| Hex | AC | F9 | 9 | 1F | 0 | 60 | 2 | 4F | 5F | 33 |
| Octal | 254 | 371 | 11 | 37 | 0 | 140 | 2 | 117 | 137 | 63 |
| Binary | 10101100 | 11111001 | 1001 | 11111 | 0 | 1100000 | 10 | 1001111 | 1011111 | 110011 |
Color Harmonies of #ACF909
Complementary color
Monochromatic Colors of #ACF909
Black with #ACF909
Text Example
Text Example
White with #ACF909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF909; }
p { color: rgb(172,249,9); }
H1.HeaderClassName
{
color: #ACF909;
}
.AnyTagClassName
{
color: #ACF909;
}
</style>
background-color css
<style>
a { background-color: #ACF909; }
a { background-color: rgb(172,249,9); }
div.DivClassName
{
background-color: #ACF909;
}
.BgClassName
{
background-color: #ACF909;
}
</style>
border-color css
<style>
span { border-color: #ACF909; }
span { border-color: rgb(172,249,9); }
td.TdClassName
{
border-color: #ACF909;
}
.TagClassName
{
border-color: #ACF909;
}
</style>