Shades of Spring Bud #ACFF13
Tints of Spring Bud #ACFF13
RGB
CMYK
RGB Variations
Color information
#ACFF13 (or 0xACFF13) is known color: Spring Bud. HEX triplet: AC, FF and 13. RGB value is (172,255,19). Sum of RGB (Red+Green+Blue) = 172+255+19=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF13 is #5300EC. Grayscale: #CCCCCC. Windows color (decimal): -5439725 or 1310636. OLE color: 1310636.
HSL color Cylindrical-coordinate representation of color #ACFF13: hue angle of 81.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACFF13 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 19 | - |
| CMYK | 0.33 | 0 | 0.93 | 0 |
| HSL | 81.1º | 1% | 0.54% | - |
| HSV(B) | 81.1º | 0.93% | 1% | - |
| XYZ | 52.89 | 80.34 | 13.34 | - |
| YUV | 203.28 | 24 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 19 | 0.33 | 0 | 0.93 | 0 | 81.1 | 1 | 0.54 |
| Hex | AC | FF | 13 | 21 | 0 | 5D | 0 | 51 | 64 | 36 |
| Octal | 254 | 377 | 23 | 41 | 0 | 135 | 0 | 121 | 144 | 66 |
| Binary | 10101100 | 11111111 | 10011 | 100001 | 0 | 1011101 | 0 | 1010001 | 1100100 | 110110 |
Color Harmonies of #ACFF13
Complementary color
Monochromatic Colors of #ACFF13
Black with #ACFF13
Text Example
Text Example
White with #ACFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF13; }
p { color: rgb(172,255,19); }
H1.HeaderClassName
{
color: #ACFF13;
}
.AnyTagClassName
{
color: #ACFF13;
}
</style>
background-color css
<style>
a { background-color: #ACFF13; }
a { background-color: rgb(172,255,19); }
div.DivClassName
{
background-color: #ACFF13;
}
.BgClassName
{
background-color: #ACFF13;
}
</style>
border-color css
<style>
span { border-color: #ACFF13; }
span { border-color: rgb(172,255,19); }
td.TdClassName
{
border-color: #ACFF13;
}
.TagClassName
{
border-color: #ACFF13;
}
</style>