Shades of Spring Bud #ACF613
Tints of Spring Bud #ACF613
RGB
CMYK
RGB Variations
Color information
#ACF613 (or 0xACF613) is known color: Spring Bud. HEX triplet: AC, F6 and 13. RGB value is (172,246,19). Sum of RGB (Red+Green+Blue) = 172+246+19=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF613 is #5309EC. Grayscale: #C6C6C6. Windows color (decimal): -5442029 or 1308332. OLE color: 1308332.
HSL color Cylindrical-coordinate representation of color #ACF613: hue angle of 79.56º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACF613 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 19 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.04 |
| HSL | 79.56º | 0.93% | 0.52% | - |
| HSV(B) | 79.56º | 0.92% | 0.96% | - |
| XYZ | 50.09 | 74.73 | 12.4 | - |
| YUV | 198 | 26.98 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 19 | 0.30 | 0 | 0.92 | 0.04 | 79.56 | 0.93 | 0.52 |
| Hex | AC | F6 | 13 | 1E | 0 | 5C | 4 | 50 | 5D | 34 |
| Octal | 254 | 366 | 23 | 36 | 0 | 134 | 4 | 120 | 135 | 64 |
| Binary | 10101100 | 11110110 | 10011 | 11110 | 0 | 1011100 | 100 | 1010000 | 1011101 | 110100 |
Color Harmonies of #ACF613
Complementary color
Monochromatic Colors of #ACF613
Black with #ACF613
Text Example
Text Example
White with #ACF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF613; }
p { color: rgb(172,246,19); }
H1.HeaderClassName
{
color: #ACF613;
}
.AnyTagClassName
{
color: #ACF613;
}
</style>
background-color css
<style>
a { background-color: #ACF613; }
a { background-color: rgb(172,246,19); }
div.DivClassName
{
background-color: #ACF613;
}
.BgClassName
{
background-color: #ACF613;
}
</style>
border-color css
<style>
span { border-color: #ACF613; }
span { border-color: rgb(172,246,19); }
td.TdClassName
{
border-color: #ACF613;
}
.TagClassName
{
border-color: #ACF613;
}
</style>