Shades of Spring Bud #ACFF12
Tints of Spring Bud #ACFF12
RGB
CMYK
RGB Variations
Color information
#ACFF12 (or 0xACFF12) is known color: Spring Bud. HEX triplet: AC, FF and 12. RGB value is (172,255,18). Sum of RGB (Red+Green+Blue) = 172+255+18=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF12 is #5300ED. Grayscale: #CCCCCC. Windows color (decimal): -5439726 or 1245100. OLE color: 1245100.
HSL color Cylindrical-coordinate representation of color #ACFF12: hue angle of 81.01º 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 #ACFF12 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 18 | - |
| CMYK | 0.33 | 0 | 0.93 | 0 |
| HSL | 81.01º | 1% | 0.54% | - |
| HSV(B) | 81.01º | 0.93% | 1% | - |
| XYZ | 52.88 | 80.33 | 13.29 | - |
| YUV | 203.17 | 23.5 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 18 | 0.33 | 0 | 0.93 | 0 | 81.01 | 1 | 0.54 |
| Hex | AC | FF | 12 | 21 | 0 | 5D | 0 | 51 | 64 | 36 |
| Octal | 254 | 377 | 22 | 41 | 0 | 135 | 0 | 121 | 144 | 66 |
| Binary | 10101100 | 11111111 | 10010 | 100001 | 0 | 1011101 | 0 | 1010001 | 1100100 | 110110 |
Color Harmonies of #ACFF12
Complementary color
Monochromatic Colors of #ACFF12
Black with #ACFF12
Text Example
Text Example
White with #ACFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF12; }
p { color: rgb(172,255,18); }
H1.HeaderClassName
{
color: #ACFF12;
}
.AnyTagClassName
{
color: #ACFF12;
}
</style>
background-color css
<style>
a { background-color: #ACFF12; }
a { background-color: rgb(172,255,18); }
div.DivClassName
{
background-color: #ACFF12;
}
.BgClassName
{
background-color: #ACFF12;
}
</style>
border-color css
<style>
span { border-color: #ACFF12; }
span { border-color: rgb(172,255,18); }
td.TdClassName
{
border-color: #ACFF12;
}
.TagClassName
{
border-color: #ACFF12;
}
</style>