Shades of Spring Bud #ACFE0A
Tints of Spring Bud #ACFE0A
RGB
CMYK
RGB Variations
Color information
#ACFE0A (or 0xACFE0A) is known color: Spring Bud. HEX triplet: AC, FE and 0A. RGB value is (172,254,10). Sum of RGB (Red+Green+Blue) = 172+254+10=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE0A is #5301F5. Grayscale: #CACACA. Windows color (decimal): -5439990 or 720556. OLE color: 720556.
HSL color Cylindrical-coordinate representation of color #ACFE0A: hue angle of 80.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACFE0A is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 10 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.00 |
| HSL | 80.16º | 0.99% | 0.52% | - |
| HSV(B) | 80.16º | 0.96% | 1% | - |
| XYZ | 52.51 | 79.68 | 12.9 | - |
| YUV | 201.67 | 19.83 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 10 | 0.32 | 0 | 0.96 | 0.00 | 80.16 | 0.99 | 0.52 |
| Hex | AC | FE | A | 20 | 0 | 60 | 0 | 50 | 63 | 34 |
| Octal | 254 | 376 | 12 | 40 | 0 | 140 | 0 | 120 | 143 | 64 |
| Binary | 10101100 | 11111110 | 1010 | 100000 | 0 | 1100000 | 0 | 1010000 | 1100011 | 110100 |
Color Harmonies of #ACFE0A
Complementary color
Monochromatic Colors of #ACFE0A
Black with #ACFE0A
Text Example
Text Example
White with #ACFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE0A; }
p { color: rgb(172,254,10); }
H1.HeaderClassName
{
color: #ACFE0A;
}
.AnyTagClassName
{
color: #ACFE0A;
}
</style>
background-color css
<style>
a { background-color: #ACFE0A; }
a { background-color: rgb(172,254,10); }
div.DivClassName
{
background-color: #ACFE0A;
}
.BgClassName
{
background-color: #ACFE0A;
}
</style>
border-color css
<style>
span { border-color: #ACFE0A; }
span { border-color: rgb(172,254,10); }
td.TdClassName
{
border-color: #ACFE0A;
}
.TagClassName
{
border-color: #ACFE0A;
}
</style>