Shades of Spring Bud #ACF908
Tints of Spring Bud #ACF908
RGB
CMYK
RGB Variations
Color information
#ACF908 (or 0xACF908) is known color: Spring Bud. HEX triplet: AC, F9 and 08. RGB value is (172,249,8). Sum of RGB (Red+Green+Blue) = 172+249+8=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 249 (97.66% from 255 or 58.04% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF908 is #5306F7. Grayscale: #C7C7C7. Windows color (decimal): -5441272 or 588204. OLE color: 588204.
HSL color Cylindrical-coordinate representation of color #ACF908: hue angle of 79.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF908 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 8 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.02 |
| HSL | 79.17º | 0.95% | 0.5% | - |
| HSV(B) | 79.17º | 0.97% | 0.98% | - |
| XYZ | 50.93 | 76.54 | 12.32 | - |
| YUV | 198.5 | 20.49 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 8 | 0.31 | 0 | 0.97 | 0.02 | 79.17 | 0.95 | 0.5 |
| Hex | AC | F9 | 8 | 1F | 0 | 61 | 2 | 4F | 5F | 32 |
| Octal | 254 | 371 | 10 | 37 | 0 | 141 | 2 | 117 | 137 | 62 |
| Binary | 10101100 | 11111001 | 1000 | 11111 | 0 | 1100001 | 10 | 1001111 | 1011111 | 110010 |
Color Harmonies of #ACF908
Complementary color
Monochromatic Colors of #ACF908
Black with #ACF908
Text Example
Text Example
White with #ACF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF908; }
p { color: rgb(172,249,8); }
H1.HeaderClassName
{
color: #ACF908;
}
.AnyTagClassName
{
color: #ACF908;
}
</style>
background-color css
<style>
a { background-color: #ACF908; }
a { background-color: rgb(172,249,8); }
div.DivClassName
{
background-color: #ACF908;
}
.BgClassName
{
background-color: #ACF908;
}
</style>
border-color css
<style>
span { border-color: #ACF908; }
span { border-color: rgb(172,249,8); }
td.TdClassName
{
border-color: #ACF908;
}
.TagClassName
{
border-color: #ACF908;
}
</style>