Shades of Spring Bud #ACFC16
Tints of Spring Bud #ACFC16
RGB
CMYK
RGB Variations
Color information
#ACFC16 (or 0xACFC16) is known color: Spring Bud. HEX triplet: AC, FC and 16. RGB value is (172,252,22). Sum of RGB (Red+Green+Blue) = 172+252+22=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC16 is #5303E9. Grayscale: #CACACA. Windows color (decimal): -5440490 or 1506476. OLE color: 1506476.
HSL color Cylindrical-coordinate representation of color #ACFC16: hue angle of 80.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACFC16 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 22 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.01 |
| HSL | 80.87º | 0.97% | 0.54% | - |
| HSV(B) | 80.87º | 0.91% | 0.99% | - |
| XYZ | 51.97 | 78.45 | 13.16 | - |
| YUV | 201.86 | 26.5 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 22 | 0.32 | 0 | 0.91 | 0.01 | 80.87 | 0.97 | 0.54 |
| Hex | AC | FC | 16 | 20 | 0 | 5B | 1 | 51 | 61 | 36 |
| Octal | 254 | 374 | 26 | 40 | 0 | 133 | 1 | 121 | 141 | 66 |
| Binary | 10101100 | 11111100 | 10110 | 100000 | 0 | 1011011 | 1 | 1010001 | 1100001 | 110110 |
Color Harmonies of #ACFC16
Complementary color
Monochromatic Colors of #ACFC16
Black with #ACFC16
Text Example
Text Example
White with #ACFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC16; }
p { color: rgb(172,252,22); }
H1.HeaderClassName
{
color: #ACFC16;
}
.AnyTagClassName
{
color: #ACFC16;
}
</style>
background-color css
<style>
a { background-color: #ACFC16; }
a { background-color: rgb(172,252,22); }
div.DivClassName
{
background-color: #ACFC16;
}
.BgClassName
{
background-color: #ACFC16;
}
</style>
border-color css
<style>
span { border-color: #ACFC16; }
span { border-color: rgb(172,252,22); }
td.TdClassName
{
border-color: #ACFC16;
}
.TagClassName
{
border-color: #ACFC16;
}
</style>