Shades of Spring Bud #ACEA00
Tints of Spring Bud #ACEA00
RGB
CMYK
RGB Variations
Color information
#ACEA00 (or 0xACEA00) is known color: Spring Bud. HEX triplet: AC, EA and 00. RGB value is (172,234,0). Sum of RGB (Red+Green+Blue) = 172+234+0=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEA00 is #5315FF. Grayscale: #BDBDBD. Windows color (decimal): -5445120 or 60076. OLE color: 60076.
HSL color Cylindrical-coordinate representation of color #ACEA00: hue angle of 75.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACEA00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.08 |
| HSL | 75.9º | 1% | 0.46% | - |
| HSV(B) | 75.9º | 1% | 0.92% | - |
| XYZ | 46.44 | 67.62 | 10.6 | - |
| YUV | 188.79 | 21.46 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 0 | 0.26 | 0 | 1 | 0.08 | 75.9 | 1 | 0.46 |
| Hex | AC | EA | 0 | 1A | 0 | 64 | 8 | 4C | 64 | 2E |
| Octal | 254 | 352 | 0 | 32 | 0 | 144 | 10 | 114 | 144 | 56 |
| Binary | 10101100 | 11101010 | 0 | 11010 | 0 | 1100100 | 1000 | 1001100 | 1100100 | 101110 |
Color Harmonies of #ACEA00
Complementary color
Monochromatic Colors of #ACEA00
Black with #ACEA00
Text Example
Text Example
White with #ACEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA00; }
p { color: rgb(172,234,0); }
H1.HeaderClassName
{
color: #ACEA00;
}
.AnyTagClassName
{
color: #ACEA00;
}
</style>
background-color css
<style>
a { background-color: #ACEA00; }
a { background-color: rgb(172,234,0); }
div.DivClassName
{
background-color: #ACEA00;
}
.BgClassName
{
background-color: #ACEA00;
}
</style>
border-color css
<style>
span { border-color: #ACEA00; }
span { border-color: rgb(172,234,0); }
td.TdClassName
{
border-color: #ACEA00;
}
.TagClassName
{
border-color: #ACEA00;
}
</style>