Shades of Spring Bud #ACFC10
Tints of Spring Bud #ACFC10
RGB
CMYK
RGB Variations
Color information
#ACFC10 (or 0xACFC10) is known color: Spring Bud. HEX triplet: AC, FC and 10. RGB value is (172,252,16). Sum of RGB (Red+Green+Blue) = 172+252+16=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC10 is #5303EF. Grayscale: #CACACA. Windows color (decimal): -5440496 or 1113260. OLE color: 1113260.
HSL color Cylindrical-coordinate representation of color #ACFC10: hue angle of 80.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACFC10 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 16 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.01 |
| HSL | 80.34º | 0.98% | 0.53% | - |
| HSV(B) | 80.34º | 0.94% | 0.99% | - |
| XYZ | 51.92 | 78.43 | 12.89 | - |
| YUV | 201.18 | 23.5 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 16 | 0.32 | 0 | 0.94 | 0.01 | 80.34 | 0.98 | 0.53 |
| Hex | AC | FC | 10 | 20 | 0 | 5E | 1 | 50 | 62 | 35 |
| Octal | 254 | 374 | 20 | 40 | 0 | 136 | 1 | 120 | 142 | 65 |
| Binary | 10101100 | 11111100 | 10000 | 100000 | 0 | 1011110 | 1 | 1010000 | 1100010 | 110101 |
Color Harmonies of #ACFC10
Complementary color
Monochromatic Colors of #ACFC10
Black with #ACFC10
Text Example
Text Example
White with #ACFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC10; }
p { color: rgb(172,252,16); }
H1.HeaderClassName
{
color: #ACFC10;
}
.AnyTagClassName
{
color: #ACFC10;
}
</style>
background-color css
<style>
a { background-color: #ACFC10; }
a { background-color: rgb(172,252,16); }
div.DivClassName
{
background-color: #ACFC10;
}
.BgClassName
{
background-color: #ACFC10;
}
</style>
border-color css
<style>
span { border-color: #ACFC10; }
span { border-color: rgb(172,252,16); }
td.TdClassName
{
border-color: #ACFC10;
}
.TagClassName
{
border-color: #ACFC10;
}
</style>