Shades of Spring Bud #ACFE12
Tints of Spring Bud #ACFE12
RGB
CMYK
RGB Variations
Color information
#ACFE12 (or 0xACFE12) is known color: Spring Bud. HEX triplet: AC, FE and 12. RGB value is (172,254,18). Sum of RGB (Red+Green+Blue) = 172+254+18=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE12 is #5301ED. Grayscale: #CBCBCB. Windows color (decimal): -5439982 or 1244844. OLE color: 1244844.
HSL color Cylindrical-coordinate representation of color #ACFE12: hue angle of 80.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACFE12 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 18 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.00 |
| HSL | 80.85º | 0.99% | 0.53% | - |
| HSV(B) | 80.85º | 0.93% | 1% | - |
| XYZ | 52.56 | 79.7 | 13.19 | - |
| YUV | 202.58 | 23.83 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 18 | 0.32 | 0 | 0.93 | 0.00 | 80.85 | 0.99 | 0.53 |
| Hex | AC | FE | 12 | 20 | 0 | 5D | 0 | 51 | 63 | 35 |
| Octal | 254 | 376 | 22 | 40 | 0 | 135 | 0 | 121 | 143 | 65 |
| Binary | 10101100 | 11111110 | 10010 | 100000 | 0 | 1011101 | 0 | 1010001 | 1100011 | 110101 |
Color Harmonies of #ACFE12
Complementary color
Monochromatic Colors of #ACFE12
Black with #ACFE12
Text Example
Text Example
White with #ACFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE12; }
p { color: rgb(172,254,18); }
H1.HeaderClassName
{
color: #ACFE12;
}
.AnyTagClassName
{
color: #ACFE12;
}
</style>
background-color css
<style>
a { background-color: #ACFE12; }
a { background-color: rgb(172,254,18); }
div.DivClassName
{
background-color: #ACFE12;
}
.BgClassName
{
background-color: #ACFE12;
}
</style>
border-color css
<style>
span { border-color: #ACFE12; }
span { border-color: rgb(172,254,18); }
td.TdClassName
{
border-color: #ACFE12;
}
.TagClassName
{
border-color: #ACFE12;
}
</style>