Shades of Spring Bud #ACF801
Tints of Spring Bud #ACF801
RGB
CMYK
RGB Variations
Color information
#ACF801 (or 0xACF801) is known color: Spring Bud. HEX triplet: AC, F8 and 01. RGB value is (172,248,1). Sum of RGB (Red+Green+Blue) = 172+248+1=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF801 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF801 is #5307FE. Grayscale: #C6C6C6. Windows color (decimal): -5441535 or 129196. OLE color: 129196.
HSL color Cylindrical-coordinate representation of color #ACF801: hue angle of 78.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF801 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0.03 |
| HSL | 78.46º | 0.99% | 0.49% | - |
| HSV(B) | 78.46º | 1% | 0.97% | - |
| XYZ | 50.59 | 75.91 | 12.01 | - |
| YUV | 197.12 | 17.32 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 1 | 0.31 | 0 | 1.00 | 0.03 | 78.46 | 0.99 | 0.49 |
| Hex | AC | F8 | 1 | 1F | 0 | 64 | 3 | 4E | 63 | 31 |
| Octal | 254 | 370 | 1 | 37 | 0 | 144 | 3 | 116 | 143 | 61 |
| Binary | 10101100 | 11111000 | 1 | 11111 | 0 | 1100100 | 11 | 1001110 | 1100011 | 110001 |
Color Harmonies of #ACF801
Complementary color
Monochromatic Colors of #ACF801
Black with #ACF801
Text Example
Text Example
White with #ACF801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF801; }
p { color: rgb(172,248,1); }
H1.HeaderClassName
{
color: #ACF801;
}
.AnyTagClassName
{
color: #ACF801;
}
</style>
background-color css
<style>
a { background-color: #ACF801; }
a { background-color: rgb(172,248,1); }
div.DivClassName
{
background-color: #ACF801;
}
.BgClassName
{
background-color: #ACF801;
}
</style>
border-color css
<style>
span { border-color: #ACF801; }
span { border-color: rgb(172,248,1); }
td.TdClassName
{
border-color: #ACF801;
}
.TagClassName
{
border-color: #ACF801;
}
</style>