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