Shades of Spring Bud #ACF504
Tints of Spring Bud #ACF504
RGB
CMYK
RGB Variations
Color information
#ACF504 (or 0xACF504) is known color: Spring Bud. HEX triplet: AC, F5 and 04. RGB value is (172,245,4). Sum of RGB (Red+Green+Blue) = 172+245+4=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 245 (96.09% from 255 or 58.19% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF504 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF504 is #530AFB. Grayscale: #C4C4C4. Windows color (decimal): -5442300 or 325036. OLE color: 325036.
HSL color Cylindrical-coordinate representation of color #ACF504: hue angle of 78.17º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF504 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.04 |
| HSL | 78.17º | 0.97% | 0.49% | - |
| HSV(B) | 78.17º | 0.98% | 0.96% | - |
| XYZ | 49.69 | 74.08 | 11.8 | - |
| YUV | 195.7 | 19.82 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 4 | 0.30 | 0 | 0.98 | 0.04 | 78.17 | 0.97 | 0.49 |
| Hex | AC | F5 | 4 | 1E | 0 | 62 | 4 | 4E | 61 | 31 |
| Octal | 254 | 365 | 4 | 36 | 0 | 142 | 4 | 116 | 141 | 61 |
| Binary | 10101100 | 11110101 | 100 | 11110 | 0 | 1100010 | 100 | 1001110 | 1100001 | 110001 |
Color Harmonies of #ACF504
Complementary color
Monochromatic Colors of #ACF504
Black with #ACF504
Text Example
Text Example
White with #ACF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF504; }
p { color: rgb(172,245,4); }
H1.HeaderClassName
{
color: #ACF504;
}
.AnyTagClassName
{
color: #ACF504;
}
</style>
background-color css
<style>
a { background-color: #ACF504; }
a { background-color: rgb(172,245,4); }
div.DivClassName
{
background-color: #ACF504;
}
.BgClassName
{
background-color: #ACF504;
}
</style>
border-color css
<style>
span { border-color: #ACF504; }
span { border-color: rgb(172,245,4); }
td.TdClassName
{
border-color: #ACF504;
}
.TagClassName
{
border-color: #ACF504;
}
</style>