Shades of Spring Bud #ACF301
Tints of Spring Bud #ACF301
RGB
CMYK
RGB Variations
Color information
#ACF301 (or 0xACF301) is known color: Spring Bud. HEX triplet: AC, F3 and 01. RGB value is (172,243,1). Sum of RGB (Red+Green+Blue) = 172+243+1=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 243 (95.31% from 255 or 58.41% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF301 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF301 is #530CFE. Grayscale: #C3C3C3. Windows color (decimal): -5442815 or 127916. OLE color: 127916.
HSL color Cylindrical-coordinate representation of color #ACF301: hue angle of 77.6º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF301 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 1 | - |
| CMYK | 0.29 | 0 | 1.00 | 0.05 |
| HSL | 77.6º | 0.99% | 0.48% | - |
| HSV(B) | 77.6º | 1% | 0.95% | - |
| XYZ | 49.07 | 72.87 | 11.51 | - |
| YUV | 194.18 | 18.98 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 1 | 0.29 | 0 | 1.00 | 0.05 | 77.6 | 0.99 | 0.48 |
| Hex | AC | F3 | 1 | 1D | 0 | 64 | 5 | 4E | 63 | 30 |
| Octal | 254 | 363 | 1 | 35 | 0 | 144 | 5 | 116 | 143 | 60 |
| Binary | 10101100 | 11110011 | 1 | 11101 | 0 | 1100100 | 101 | 1001110 | 1100011 | 110000 |
Color Harmonies of #ACF301
Complementary color
Monochromatic Colors of #ACF301
Black with #ACF301
Text Example
Text Example
White with #ACF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF301; }
p { color: rgb(172,243,1); }
H1.HeaderClassName
{
color: #ACF301;
}
.AnyTagClassName
{
color: #ACF301;
}
</style>
background-color css
<style>
a { background-color: #ACF301; }
a { background-color: rgb(172,243,1); }
div.DivClassName
{
background-color: #ACF301;
}
.BgClassName
{
background-color: #ACF301;
}
</style>
border-color css
<style>
span { border-color: #ACF301; }
span { border-color: rgb(172,243,1); }
td.TdClassName
{
border-color: #ACF301;
}
.TagClassName
{
border-color: #ACF301;
}
</style>