Shades of Spring Bud #ACFC17
Tints of Spring Bud #ACFC17
RGB
CMYK
RGB Variations
Color information
#ACFC17 (or 0xACFC17) is known color: Spring Bud. HEX triplet: AC, FC and 17. RGB value is (172,252,23). Sum of RGB (Red+Green+Blue) = 172+252+23=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC17 is #5303E8. Grayscale: #CACACA. Windows color (decimal): -5440489 or 1572012. OLE color: 1572012.
HSL color Cylindrical-coordinate representation of color #ACFC17: hue angle of 80.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACFC17 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 23 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.01 |
| HSL | 80.96º | 0.97% | 0.54% | - |
| HSV(B) | 80.96º | 0.91% | 0.99% | - |
| XYZ | 51.98 | 78.45 | 13.21 | - |
| YUV | 201.97 | 27 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 23 | 0.32 | 0 | 0.91 | 0.01 | 80.96 | 0.97 | 0.54 |
| Hex | AC | FC | 17 | 20 | 0 | 5B | 1 | 51 | 61 | 36 |
| Octal | 254 | 374 | 27 | 40 | 0 | 133 | 1 | 121 | 141 | 66 |
| Binary | 10101100 | 11111100 | 10111 | 100000 | 0 | 1011011 | 1 | 1010001 | 1100001 | 110110 |
Color Harmonies of #ACFC17
Complementary color
Monochromatic Colors of #ACFC17
Black with #ACFC17
Text Example
Text Example
White with #ACFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC17; }
p { color: rgb(172,252,23); }
H1.HeaderClassName
{
color: #ACFC17;
}
.AnyTagClassName
{
color: #ACFC17;
}
</style>
background-color css
<style>
a { background-color: #ACFC17; }
a { background-color: rgb(172,252,23); }
div.DivClassName
{
background-color: #ACFC17;
}
.BgClassName
{
background-color: #ACFC17;
}
</style>
border-color css
<style>
span { border-color: #ACFC17; }
span { border-color: rgb(172,252,23); }
td.TdClassName
{
border-color: #ACFC17;
}
.TagClassName
{
border-color: #ACFC17;
}
</style>