Shades of Spring Bud #ACF707
Tints of Spring Bud #ACF707
RGB
CMYK
RGB Variations
Color information
#ACF707 (or 0xACF707) is known color: Spring Bud. HEX triplet: AC, F7 and 07. RGB value is (172,247,7). Sum of RGB (Red+Green+Blue) = 172+247+7=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF707 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF707 is #5308F8. Grayscale: #C6C6C6. Windows color (decimal): -5441785 or 522156. OLE color: 522156.
HSL color Cylindrical-coordinate representation of color #ACF707: hue angle of 78.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF707 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.03 |
| HSL | 78.75º | 0.94% | 0.5% | - |
| HSV(B) | 78.75º | 0.97% | 0.97% | - |
| XYZ | 50.31 | 75.31 | 12.09 | - |
| YUV | 197.22 | 20.65 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 7 | 0.30 | 0 | 0.97 | 0.03 | 78.75 | 0.94 | 0.5 |
| Hex | AC | F7 | 7 | 1E | 0 | 61 | 3 | 4F | 5E | 32 |
| Octal | 254 | 367 | 7 | 36 | 0 | 141 | 3 | 117 | 136 | 62 |
| Binary | 10101100 | 11110111 | 111 | 11110 | 0 | 1100001 | 11 | 1001111 | 1011110 | 110010 |
Color Harmonies of #ACF707
Complementary color
Monochromatic Colors of #ACF707
Black with #ACF707
Text Example
Text Example
White with #ACF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF707; }
p { color: rgb(172,247,7); }
H1.HeaderClassName
{
color: #ACF707;
}
.AnyTagClassName
{
color: #ACF707;
}
</style>
background-color css
<style>
a { background-color: #ACF707; }
a { background-color: rgb(172,247,7); }
div.DivClassName
{
background-color: #ACF707;
}
.BgClassName
{
background-color: #ACF707;
}
</style>
border-color css
<style>
span { border-color: #ACF707; }
span { border-color: rgb(172,247,7); }
td.TdClassName
{
border-color: #ACF707;
}
.TagClassName
{
border-color: #ACF707;
}
</style>