Shades of Spring Bud #ACF607
Tints of Spring Bud #ACF607
RGB
CMYK
RGB Variations
Color information
#ACF607 (or 0xACF607) is known color: Spring Bud. HEX triplet: AC, F6 and 07. RGB value is (172,246,7). Sum of RGB (Red+Green+Blue) = 172+246+7=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF607 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF607 is #5309F8. Grayscale: #C5C5C5. Windows color (decimal): -5442041 or 521900. OLE color: 521900.
HSL color Cylindrical-coordinate representation of color #ACF607: hue angle of 78.58º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF607 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.04 |
| HSL | 78.58º | 0.94% | 0.5% | - |
| HSV(B) | 78.58º | 0.97% | 0.96% | - |
| XYZ | 50.01 | 74.7 | 11.98 | - |
| YUV | 196.63 | 20.98 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 7 | 0.30 | 0 | 0.97 | 0.04 | 78.58 | 0.94 | 0.5 |
| Hex | AC | F6 | 7 | 1E | 0 | 61 | 4 | 4F | 5E | 32 |
| Octal | 254 | 366 | 7 | 36 | 0 | 141 | 4 | 117 | 136 | 62 |
| Binary | 10101100 | 11110110 | 111 | 11110 | 0 | 1100001 | 100 | 1001111 | 1011110 | 110010 |
Color Harmonies of #ACF607
Complementary color
Monochromatic Colors of #ACF607
Black with #ACF607
Text Example
Text Example
White with #ACF607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF607; }
p { color: rgb(172,246,7); }
H1.HeaderClassName
{
color: #ACF607;
}
.AnyTagClassName
{
color: #ACF607;
}
</style>
background-color css
<style>
a { background-color: #ACF607; }
a { background-color: rgb(172,246,7); }
div.DivClassName
{
background-color: #ACF607;
}
.BgClassName
{
background-color: #ACF607;
}
</style>
border-color css
<style>
span { border-color: #ACF607; }
span { border-color: rgb(172,246,7); }
td.TdClassName
{
border-color: #ACF607;
}
.TagClassName
{
border-color: #ACF607;
}
</style>