Shades of Spring Bud #ACED00
Tints of Spring Bud #ACED00
RGB
CMYK
RGB Variations
Color information
#ACED00 (or 0xACED00) is known color: Spring Bud. HEX triplet: AC, ED and 00. RGB value is (172,237,0). Sum of RGB (Red+Green+Blue) = 172+237+0=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACED00 is #5312FF. Grayscale: #BFBFBF. Windows color (decimal): -5444352 or 60844. OLE color: 60844.
HSL color Cylindrical-coordinate representation of color #ACED00: hue angle of 76.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACED00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.07 |
| HSL | 76.46º | 1% | 0.46% | - |
| HSV(B) | 76.46º | 1% | 0.93% | - |
| XYZ | 47.3 | 69.34 | 10.89 | - |
| YUV | 190.55 | 20.47 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 0 | 0.27 | 0 | 1 | 0.07 | 76.46 | 1 | 0.46 |
| Hex | AC | ED | 0 | 1B | 0 | 64 | 7 | 4C | 64 | 2E |
| Octal | 254 | 355 | 0 | 33 | 0 | 144 | 7 | 114 | 144 | 56 |
| Binary | 10101100 | 11101101 | 0 | 11011 | 0 | 1100100 | 111 | 1001100 | 1100100 | 101110 |
Color Harmonies of #ACED00
Complementary color
Monochromatic Colors of #ACED00
Black with #ACED00
Text Example
Text Example
White with #ACED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACED00; }
p { color: rgb(172,237,0); }
H1.HeaderClassName
{
color: #ACED00;
}
.AnyTagClassName
{
color: #ACED00;
}
</style>
background-color css
<style>
a { background-color: #ACED00; }
a { background-color: rgb(172,237,0); }
div.DivClassName
{
background-color: #ACED00;
}
.BgClassName
{
background-color: #ACED00;
}
</style>
border-color css
<style>
span { border-color: #ACED00; }
span { border-color: rgb(172,237,0); }
td.TdClassName
{
border-color: #ACED00;
}
.TagClassName
{
border-color: #ACED00;
}
</style>