Shades of Spring Bud #ACFF03
Tints of Spring Bud #ACFF03
RGB
CMYK
RGB Variations
Color information
#ACFF03 (or 0xACFF03) is known color: Spring Bud. HEX triplet: AC, FF and 03. RGB value is (172,255,3). Sum of RGB (Red+Green+Blue) = 172+255+3=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF03 is #5300FC. Grayscale: #CACACA. Windows color (decimal): -5439741 or 262060. OLE color: 262060.
HSL color Cylindrical-coordinate representation of color #ACFF03: hue angle of 79.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACFF03 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0 |
| HSL | 79.76º | 1% | 0.51% | - |
| HSV(B) | 79.76º | 0.99% | 1% | - |
| XYZ | 52.79 | 80.3 | 12.8 | - |
| YUV | 201.46 | 16 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 3 | 0.33 | 0 | 0.99 | 0 | 79.76 | 1 | 0.51 |
| Hex | AC | FF | 3 | 21 | 0 | 63 | 0 | 50 | 64 | 33 |
| Octal | 254 | 377 | 3 | 41 | 0 | 143 | 0 | 120 | 144 | 63 |
| Binary | 10101100 | 11111111 | 11 | 100001 | 0 | 1100011 | 0 | 1010000 | 1100100 | 110011 |
Color Harmonies of #ACFF03
Complementary color
Monochromatic Colors of #ACFF03
Black with #ACFF03
Text Example
Text Example
White with #ACFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF03; }
p { color: rgb(172,255,3); }
H1.HeaderClassName
{
color: #ACFF03;
}
.AnyTagClassName
{
color: #ACFF03;
}
</style>
background-color css
<style>
a { background-color: #ACFF03; }
a { background-color: rgb(172,255,3); }
div.DivClassName
{
background-color: #ACFF03;
}
.BgClassName
{
background-color: #ACFF03;
}
</style>
border-color css
<style>
span { border-color: #ACFF03; }
span { border-color: rgb(172,255,3); }
td.TdClassName
{
border-color: #ACFF03;
}
.TagClassName
{
border-color: #ACFF03;
}
</style>