Shades of Spring Bud #ACF107
Tints of Spring Bud #ACF107
RGB
CMYK
RGB Variations
Color information
#ACF107 (or 0xACF107) is known color: Spring Bud. HEX triplet: AC, F1 and 07. RGB value is (172,241,7). Sum of RGB (Red+Green+Blue) = 172+241+7=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF107 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF107 is #530EF8. Grayscale: #C2C2C2. Windows color (decimal): -5443321 or 520620. OLE color: 520620.
HSL color Cylindrical-coordinate representation of color #ACF107: hue angle of 77.69º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF107 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.05 |
| HSL | 77.69º | 0.94% | 0.49% | - |
| HSV(B) | 77.69º | 0.97% | 0.95% | - |
| XYZ | 48.51 | 71.7 | 11.48 | - |
| YUV | 193.69 | 22.64 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 7 | 0.29 | 0 | 0.97 | 0.05 | 77.69 | 0.94 | 0.49 |
| Hex | AC | F1 | 7 | 1D | 0 | 61 | 5 | 4E | 5E | 31 |
| Octal | 254 | 361 | 7 | 35 | 0 | 141 | 5 | 116 | 136 | 61 |
| Binary | 10101100 | 11110001 | 111 | 11101 | 0 | 1100001 | 101 | 1001110 | 1011110 | 110001 |
Color Harmonies of #ACF107
Complementary color
Monochromatic Colors of #ACF107
Black with #ACF107
Text Example
Text Example
White with #ACF107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF107; }
p { color: rgb(172,241,7); }
H1.HeaderClassName
{
color: #ACF107;
}
.AnyTagClassName
{
color: #ACF107;
}
</style>
background-color css
<style>
a { background-color: #ACF107; }
a { background-color: rgb(172,241,7); }
div.DivClassName
{
background-color: #ACF107;
}
.BgClassName
{
background-color: #ACF107;
}
</style>
border-color css
<style>
span { border-color: #ACF107; }
span { border-color: rgb(172,241,7); }
td.TdClassName
{
border-color: #ACF107;
}
.TagClassName
{
border-color: #ACF107;
}
</style>