Shades of Spring Bud #ACFE14
Tints of Spring Bud #ACFE14
RGB
CMYK
RGB Variations
Color information
#ACFE14 (or 0xACFE14) is known color: Spring Bud. HEX triplet: AC, FE and 14. RGB value is (172,254,20). Sum of RGB (Red+Green+Blue) = 172+254+20=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE14 is #5301EB. Grayscale: #CBCBCB. Windows color (decimal): -5439980 or 1375916. OLE color: 1375916.
HSL color Cylindrical-coordinate representation of color #ACFE14: hue angle of 81.03º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACFE14 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 20 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.00 |
| HSL | 81.03º | 0.99% | 0.54% | - |
| HSV(B) | 81.03º | 0.92% | 1% | - |
| XYZ | 52.58 | 79.7 | 13.28 | - |
| YUV | 202.81 | 24.83 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 20 | 0.32 | 0 | 0.92 | 0.00 | 81.03 | 0.99 | 0.54 |
| Hex | AC | FE | 14 | 20 | 0 | 5C | 0 | 51 | 63 | 36 |
| Octal | 254 | 376 | 24 | 40 | 0 | 134 | 0 | 121 | 143 | 66 |
| Binary | 10101100 | 11111110 | 10100 | 100000 | 0 | 1011100 | 0 | 1010001 | 1100011 | 110110 |
Color Harmonies of #ACFE14
Complementary color
Monochromatic Colors of #ACFE14
Black with #ACFE14
Text Example
Text Example
White with #ACFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE14; }
p { color: rgb(172,254,20); }
H1.HeaderClassName
{
color: #ACFE14;
}
.AnyTagClassName
{
color: #ACFE14;
}
</style>
background-color css
<style>
a { background-color: #ACFE14; }
a { background-color: rgb(172,254,20); }
div.DivClassName
{
background-color: #ACFE14;
}
.BgClassName
{
background-color: #ACFE14;
}
</style>
border-color css
<style>
span { border-color: #ACFE14; }
span { border-color: rgb(172,254,20); }
td.TdClassName
{
border-color: #ACFE14;
}
.TagClassName
{
border-color: #ACFE14;
}
</style>