Shades of Spring Bud #ACFE10
Tints of Spring Bud #ACFE10
RGB
CMYK
RGB Variations
Color information
#ACFE10 (or 0xACFE10) is known color: Spring Bud. HEX triplet: AC, FE and 10. RGB value is (172,254,16). Sum of RGB (Red+Green+Blue) = 172+254+16=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE10 is #5301EF. Grayscale: #CBCBCB. Windows color (decimal): -5439984 or 1113772. OLE color: 1113772.
HSL color Cylindrical-coordinate representation of color #ACFE10: hue angle of 80.67º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACFE10 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 16 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.00 |
| HSL | 80.67º | 0.99% | 0.53% | - |
| HSV(B) | 80.67º | 0.94% | 1% | - |
| XYZ | 52.55 | 79.69 | 13.1 | - |
| YUV | 202.35 | 22.83 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 16 | 0.32 | 0 | 0.94 | 0.00 | 80.67 | 0.99 | 0.53 |
| Hex | AC | FE | 10 | 20 | 0 | 5E | 0 | 51 | 63 | 35 |
| Octal | 254 | 376 | 20 | 40 | 0 | 136 | 0 | 121 | 143 | 65 |
| Binary | 10101100 | 11111110 | 10000 | 100000 | 0 | 1011110 | 0 | 1010001 | 1100011 | 110101 |
Color Harmonies of #ACFE10
Complementary color
Monochromatic Colors of #ACFE10
Black with #ACFE10
Text Example
Text Example
White with #ACFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE10; }
p { color: rgb(172,254,16); }
H1.HeaderClassName
{
color: #ACFE10;
}
.AnyTagClassName
{
color: #ACFE10;
}
</style>
background-color css
<style>
a { background-color: #ACFE10; }
a { background-color: rgb(172,254,16); }
div.DivClassName
{
background-color: #ACFE10;
}
.BgClassName
{
background-color: #ACFE10;
}
</style>
border-color css
<style>
span { border-color: #ACFE10; }
span { border-color: rgb(172,254,16); }
td.TdClassName
{
border-color: #ACFE10;
}
.TagClassName
{
border-color: #ACFE10;
}
</style>