Shades of Spring Bud #ACF706
Tints of Spring Bud #ACF706
RGB
CMYK
RGB Variations
Color information
#ACF706 (or 0xACF706) is known color: Spring Bud. HEX triplet: AC, F7 and 06. RGB value is (172,247,6). Sum of RGB (Red+Green+Blue) = 172+247+6=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 247 (96.88% from 255 or 58.12% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF706 is #5308F9. Grayscale: #C5C5C5. Windows color (decimal): -5441786 or 456620. OLE color: 456620.
HSL color Cylindrical-coordinate representation of color #ACF706: hue angle of 78.67º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF706 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 6 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.03 |
| HSL | 78.67º | 0.95% | 0.5% | - |
| HSV(B) | 78.67º | 0.98% | 0.97% | - |
| XYZ | 50.31 | 75.31 | 12.06 | - |
| YUV | 197.1 | 20.15 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 6 | 0.30 | 0 | 0.98 | 0.03 | 78.67 | 0.95 | 0.5 |
| Hex | AC | F7 | 6 | 1E | 0 | 62 | 3 | 4F | 5F | 32 |
| Octal | 254 | 367 | 6 | 36 | 0 | 142 | 3 | 117 | 137 | 62 |
| Binary | 10101100 | 11110111 | 110 | 11110 | 0 | 1100010 | 11 | 1001111 | 1011111 | 110010 |
Color Harmonies of #ACF706
Complementary color
Monochromatic Colors of #ACF706
Black with #ACF706
Text Example
Text Example
White with #ACF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF706; }
p { color: rgb(172,247,6); }
H1.HeaderClassName
{
color: #ACF706;
}
.AnyTagClassName
{
color: #ACF706;
}
</style>
background-color css
<style>
a { background-color: #ACF706; }
a { background-color: rgb(172,247,6); }
div.DivClassName
{
background-color: #ACF706;
}
.BgClassName
{
background-color: #ACF706;
}
</style>
border-color css
<style>
span { border-color: #ACF706; }
span { border-color: rgb(172,247,6); }
td.TdClassName
{
border-color: #ACF706;
}
.TagClassName
{
border-color: #ACF706;
}
</style>