Shades of Spring Bud #ACF501
Tints of Spring Bud #ACF501
RGB
CMYK
RGB Variations
Color information
#ACF501 (or 0xACF501) is known color: Spring Bud. HEX triplet: AC, F5 and 01. RGB value is (172,245,1). Sum of RGB (Red+Green+Blue) = 172+245+1=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 245 (96.09% from 255 or 58.61% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF501 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF501 is #530AFE. Grayscale: #C4C4C4. Windows color (decimal): -5442303 or 128428. OLE color: 128428.
HSL color Cylindrical-coordinate representation of color #ACF501: hue angle of 77.95º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF501 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 1 | - |
| CMYK | 0.30 | 0 | 1.00 | 0.04 |
| HSL | 77.95º | 0.99% | 0.48% | - |
| HSV(B) | 77.95º | 1% | 0.96% | - |
| XYZ | 49.67 | 74.08 | 11.71 | - |
| YUV | 195.36 | 18.32 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 1 | 0.30 | 0 | 1.00 | 0.04 | 77.95 | 0.99 | 0.48 |
| Hex | AC | F5 | 1 | 1E | 0 | 64 | 4 | 4E | 63 | 30 |
| Octal | 254 | 365 | 1 | 36 | 0 | 144 | 4 | 116 | 143 | 60 |
| Binary | 10101100 | 11110101 | 1 | 11110 | 0 | 1100100 | 100 | 1001110 | 1100011 | 110000 |
Color Harmonies of #ACF501
Complementary color
Monochromatic Colors of #ACF501
Black with #ACF501
Text Example
Text Example
White with #ACF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF501; }
p { color: rgb(172,245,1); }
H1.HeaderClassName
{
color: #ACF501;
}
.AnyTagClassName
{
color: #ACF501;
}
</style>
background-color css
<style>
a { background-color: #ACF501; }
a { background-color: rgb(172,245,1); }
div.DivClassName
{
background-color: #ACF501;
}
.BgClassName
{
background-color: #ACF501;
}
</style>
border-color css
<style>
span { border-color: #ACF501; }
span { border-color: rgb(172,245,1); }
td.TdClassName
{
border-color: #ACF501;
}
.TagClassName
{
border-color: #ACF501;
}
</style>