Shades of Spring Bud #ACFE16
Tints of Spring Bud #ACFE16
RGB
CMYK
RGB Variations
Color information
#ACFE16 (or 0xACFE16) is known color: Spring Bud. HEX triplet: AC, FE and 16. RGB value is (172,254,22). Sum of RGB (Red+Green+Blue) = 172+254+22=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE16 is #5301E9. Grayscale: #CBCBCB. Windows color (decimal): -5439978 or 1506988. OLE color: 1506988.
HSL color Cylindrical-coordinate representation of color #ACFE16: hue angle of 81.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACFE16 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 22 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.00 |
| HSL | 81.21º | 0.99% | 0.54% | - |
| HSV(B) | 81.21º | 0.91% | 1% | - |
| XYZ | 52.6 | 79.71 | 13.37 | - |
| YUV | 203.03 | 25.83 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 22 | 0.32 | 0 | 0.91 | 0.00 | 81.21 | 0.99 | 0.54 |
| Hex | AC | FE | 16 | 20 | 0 | 5B | 0 | 51 | 63 | 36 |
| Octal | 254 | 376 | 26 | 40 | 0 | 133 | 0 | 121 | 143 | 66 |
| Binary | 10101100 | 11111110 | 10110 | 100000 | 0 | 1011011 | 0 | 1010001 | 1100011 | 110110 |
Color Harmonies of #ACFE16
Complementary color
Monochromatic Colors of #ACFE16
Black with #ACFE16
Text Example
Text Example
White with #ACFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE16; }
p { color: rgb(172,254,22); }
H1.HeaderClassName
{
color: #ACFE16;
}
.AnyTagClassName
{
color: #ACFE16;
}
</style>
background-color css
<style>
a { background-color: #ACFE16; }
a { background-color: rgb(172,254,22); }
div.DivClassName
{
background-color: #ACFE16;
}
.BgClassName
{
background-color: #ACFE16;
}
</style>
border-color css
<style>
span { border-color: #ACFE16; }
span { border-color: rgb(172,254,22); }
td.TdClassName
{
border-color: #ACFE16;
}
.TagClassName
{
border-color: #ACFE16;
}
</style>