Shades of Spring Bud #ACF204
Tints of Spring Bud #ACF204
RGB
CMYK
RGB Variations
Color information
#ACF204 (or 0xACF204) is known color: Spring Bud. HEX triplet: AC, F2 and 04. RGB value is (172,242,4). Sum of RGB (Red+Green+Blue) = 172+242+4=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF204 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF204 is #530DFB. Grayscale: #C2C2C2. Windows color (decimal): -5443068 or 324268. OLE color: 324268.
HSL color Cylindrical-coordinate representation of color #ACF204: hue angle of 77.65º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF204 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.05 |
| HSL | 77.65º | 0.97% | 0.48% | - |
| HSV(B) | 77.65º | 0.98% | 0.95% | - |
| XYZ | 48.79 | 72.28 | 11.5 | - |
| YUV | 193.94 | 20.81 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 4 | 0.29 | 0 | 0.98 | 0.05 | 77.65 | 0.97 | 0.48 |
| Hex | AC | F2 | 4 | 1D | 0 | 62 | 5 | 4E | 61 | 30 |
| Octal | 254 | 362 | 4 | 35 | 0 | 142 | 5 | 116 | 141 | 60 |
| Binary | 10101100 | 11110010 | 100 | 11101 | 0 | 1100010 | 101 | 1001110 | 1100001 | 110000 |
Color Harmonies of #ACF204
Complementary color
Monochromatic Colors of #ACF204
Black with #ACF204
Text Example
Text Example
White with #ACF204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF204; }
p { color: rgb(172,242,4); }
H1.HeaderClassName
{
color: #ACF204;
}
.AnyTagClassName
{
color: #ACF204;
}
</style>
background-color css
<style>
a { background-color: #ACF204; }
a { background-color: rgb(172,242,4); }
div.DivClassName
{
background-color: #ACF204;
}
.BgClassName
{
background-color: #ACF204;
}
</style>
border-color css
<style>
span { border-color: #ACF204; }
span { border-color: rgb(172,242,4); }
td.TdClassName
{
border-color: #ACF204;
}
.TagClassName
{
border-color: #ACF204;
}
</style>