Shades of Spring Bud #ACFC01
Tints of Spring Bud #ACFC01
RGB
CMYK
RGB Variations
Color information
#ACFC01 (or 0xACFC01) is known color: Spring Bud. HEX triplet: AC, FC and 01. RGB value is (172,252,1). Sum of RGB (Red+Green+Blue) = 172+252+1=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC01 is #5303FE. Grayscale: #C8C8C8. Windows color (decimal): -5440511 or 130220. OLE color: 130220.
HSL color Cylindrical-coordinate representation of color #ACFC01: hue angle of 79.12º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACFC01 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 1 | - |
| CMYK | 0.32 | 0 | 1.00 | 0.01 |
| HSL | 79.12º | 0.99% | 0.5% | - |
| HSV(B) | 79.12º | 1% | 0.99% | - |
| XYZ | 51.83 | 78.39 | 12.43 | - |
| YUV | 199.47 | 16 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 1 | 0.32 | 0 | 1.00 | 0.01 | 79.12 | 0.99 | 0.5 |
| Hex | AC | FC | 1 | 20 | 0 | 64 | 1 | 4F | 63 | 32 |
| Octal | 254 | 374 | 1 | 40 | 0 | 144 | 1 | 117 | 143 | 62 |
| Binary | 10101100 | 11111100 | 1 | 100000 | 0 | 1100100 | 1 | 1001111 | 1100011 | 110010 |
Color Harmonies of #ACFC01
Complementary color
Monochromatic Colors of #ACFC01
Black with #ACFC01
Text Example
Text Example
White with #ACFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC01; }
p { color: rgb(172,252,1); }
H1.HeaderClassName
{
color: #ACFC01;
}
.AnyTagClassName
{
color: #ACFC01;
}
</style>
background-color css
<style>
a { background-color: #ACFC01; }
a { background-color: rgb(172,252,1); }
div.DivClassName
{
background-color: #ACFC01;
}
.BgClassName
{
background-color: #ACFC01;
}
</style>
border-color css
<style>
span { border-color: #ACFC01; }
span { border-color: rgb(172,252,1); }
td.TdClassName
{
border-color: #ACFC01;
}
.TagClassName
{
border-color: #ACFC01;
}
</style>