Shades of Spring Bud #ACFE0E
Tints of Spring Bud #ACFE0E
RGB
CMYK
RGB Variations
Color information
#ACFE0E (or 0xACFE0E) is known color: Spring Bud. HEX triplet: AC, FE and 0E. RGB value is (172,254,14). Sum of RGB (Red+Green+Blue) = 172+254+14=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE0E is #5301F1. Grayscale: #CACACA. Windows color (decimal): -5439986 or 982700. OLE color: 982700.
HSL color Cylindrical-coordinate representation of color #ACFE0E: hue angle of 80.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACFE0E is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 14 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.00 |
| HSL | 80.5º | 0.99% | 0.53% | - |
| HSV(B) | 80.5º | 0.94% | 1% | - |
| XYZ | 52.53 | 79.69 | 13.03 | - |
| YUV | 202.12 | 21.83 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 14 | 0.32 | 0 | 0.94 | 0.00 | 80.5 | 0.99 | 0.53 |
| Hex | AC | FE | E | 20 | 0 | 5E | 0 | 50 | 63 | 35 |
| Octal | 254 | 376 | 16 | 40 | 0 | 136 | 0 | 120 | 143 | 65 |
| Binary | 10101100 | 11111110 | 1110 | 100000 | 0 | 1011110 | 0 | 1010000 | 1100011 | 110101 |
Color Harmonies of #ACFE0E
Complementary color
Monochromatic Colors of #ACFE0E
Black with #ACFE0E
Text Example
Text Example
White with #ACFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE0E; }
p { color: rgb(172,254,14); }
H1.HeaderClassName
{
color: #ACFE0E;
}
.AnyTagClassName
{
color: #ACFE0E;
}
</style>
background-color css
<style>
a { background-color: #ACFE0E; }
a { background-color: rgb(172,254,14); }
div.DivClassName
{
background-color: #ACFE0E;
}
.BgClassName
{
background-color: #ACFE0E;
}
</style>
border-color css
<style>
span { border-color: #ACFE0E; }
span { border-color: rgb(172,254,14); }
td.TdClassName
{
border-color: #ACFE0E;
}
.TagClassName
{
border-color: #ACFE0E;
}
</style>