Shades of Spring Bud #ACFC0C
Tints of Spring Bud #ACFC0C
RGB
CMYK
RGB Variations
Color information
#ACFC0C (or 0xACFC0C) is known color: Spring Bud. HEX triplet: AC, FC and 0C. RGB value is (172,252,12). Sum of RGB (Red+Green+Blue) = 172+252+12=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC0C is #5303F3. Grayscale: #C9C9C9. Windows color (decimal): -5440500 or 851116. OLE color: 851116.
HSL color Cylindrical-coordinate representation of color #ACFC0C: hue angle of 80º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACFC0C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 12 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.01 |
| HSL | 80º | 0.98% | 0.52% | - |
| HSV(B) | 80º | 0.95% | 0.99% | - |
| XYZ | 51.89 | 78.42 | 12.75 | - |
| YUV | 200.72 | 21.5 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 12 | 0.32 | 0 | 0.95 | 0.01 | 80 | 0.98 | 0.52 |
| Hex | AC | FC | C | 20 | 0 | 5F | 1 | 50 | 62 | 34 |
| Octal | 254 | 374 | 14 | 40 | 0 | 137 | 1 | 120 | 142 | 64 |
| Binary | 10101100 | 11111100 | 1100 | 100000 | 0 | 1011111 | 1 | 1010000 | 1100010 | 110100 |
Color Harmonies of #ACFC0C
Complementary color
Monochromatic Colors of #ACFC0C
Black with #ACFC0C
Text Example
Text Example
White with #ACFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC0C; }
p { color: rgb(172,252,12); }
H1.HeaderClassName
{
color: #ACFC0C;
}
.AnyTagClassName
{
color: #ACFC0C;
}
</style>
background-color css
<style>
a { background-color: #ACFC0C; }
a { background-color: rgb(172,252,12); }
div.DivClassName
{
background-color: #ACFC0C;
}
.BgClassName
{
background-color: #ACFC0C;
}
</style>
border-color css
<style>
span { border-color: #ACFC0C; }
span { border-color: rgb(172,252,12); }
td.TdClassName
{
border-color: #ACFC0C;
}
.TagClassName
{
border-color: #ACFC0C;
}
</style>