Shades of Spring Bud #ACFD0C
Tints of Spring Bud #ACFD0C
RGB
CMYK
RGB Variations
Color information
#ACFD0C (or 0xACFD0C) is known color: Spring Bud. HEX triplet: AC, FD and 0C. RGB value is (172,253,12). Sum of RGB (Red+Green+Blue) = 172+253+12=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD0C is #5302F3. Grayscale: #CACACA. Windows color (decimal): -5440244 or 851372. OLE color: 851372.
HSL color Cylindrical-coordinate representation of color #ACFD0C: hue angle of 80.17º 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 #ACFD0C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 12 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.01 |
| HSL | 80.17º | 0.98% | 0.52% | - |
| HSV(B) | 80.17º | 0.95% | 0.99% | - |
| XYZ | 52.2 | 79.05 | 12.85 | - |
| YUV | 201.31 | 21.16 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 12 | 0.32 | 0 | 0.95 | 0.01 | 80.17 | 0.98 | 0.52 |
| Hex | AC | FD | C | 20 | 0 | 5F | 1 | 50 | 62 | 34 |
| Octal | 254 | 375 | 14 | 40 | 0 | 137 | 1 | 120 | 142 | 64 |
| Binary | 10101100 | 11111101 | 1100 | 100000 | 0 | 1011111 | 1 | 1010000 | 1100010 | 110100 |
Color Harmonies of #ACFD0C
Complementary color
Monochromatic Colors of #ACFD0C
Black with #ACFD0C
Text Example
Text Example
White with #ACFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFD0C; }
p { color: rgb(172,253,12); }
H1.HeaderClassName
{
color: #ACFD0C;
}
.AnyTagClassName
{
color: #ACFD0C;
}
</style>
background-color css
<style>
a { background-color: #ACFD0C; }
a { background-color: rgb(172,253,12); }
div.DivClassName
{
background-color: #ACFD0C;
}
.BgClassName
{
background-color: #ACFD0C;
}
</style>
border-color css
<style>
span { border-color: #ACFD0C; }
span { border-color: rgb(172,253,12); }
td.TdClassName
{
border-color: #ACFD0C;
}
.TagClassName
{
border-color: #ACFD0C;
}
</style>