Shades of Spring Bud #ACFF14
Tints of Spring Bud #ACFF14
RGB
CMYK
RGB Variations
Color information
#ACFF14 (or 0xACFF14) is known color: Spring Bud. HEX triplet: AC, FF and 14. RGB value is (172,255,20). Sum of RGB (Red+Green+Blue) = 172+255+20=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF14 is #5300EB. Grayscale: #CCCCCC. Windows color (decimal): -5439724 or 1376172. OLE color: 1376172.
HSL color Cylindrical-coordinate representation of color #ACFF14: hue angle of 81.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACFF14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 20 | - |
| CMYK | 0.33 | 0 | 0.92 | 0 |
| HSL | 81.19º | 1% | 0.54% | - |
| HSV(B) | 81.19º | 0.92% | 1% | - |
| XYZ | 52.9 | 80.34 | 13.38 | - |
| YUV | 203.39 | 24.5 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 20 | 0.33 | 0 | 0.92 | 0 | 81.19 | 1 | 0.54 |
| Hex | AC | FF | 14 | 21 | 0 | 5C | 0 | 51 | 64 | 36 |
| Octal | 254 | 377 | 24 | 41 | 0 | 134 | 0 | 121 | 144 | 66 |
| Binary | 10101100 | 11111111 | 10100 | 100001 | 0 | 1011100 | 0 | 1010001 | 1100100 | 110110 |
Color Harmonies of #ACFF14
Complementary color
Monochromatic Colors of #ACFF14
Black with #ACFF14
Text Example
Text Example
White with #ACFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF14; }
p { color: rgb(172,255,20); }
H1.HeaderClassName
{
color: #ACFF14;
}
.AnyTagClassName
{
color: #ACFF14;
}
</style>
background-color css
<style>
a { background-color: #ACFF14; }
a { background-color: rgb(172,255,20); }
div.DivClassName
{
background-color: #ACFF14;
}
.BgClassName
{
background-color: #ACFF14;
}
</style>
border-color css
<style>
span { border-color: #ACFF14; }
span { border-color: rgb(172,255,20); }
td.TdClassName
{
border-color: #ACFF14;
}
.TagClassName
{
border-color: #ACFF14;
}
</style>