Shades of Spring Bud #ACF711
Tints of Spring Bud #ACF711
RGB
CMYK
RGB Variations
Color information
#ACF711 (or 0xACF711) is known color: Spring Bud. HEX triplet: AC, F7 and 11. RGB value is (172,247,17). Sum of RGB (Red+Green+Blue) = 172+247+17=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF711 is #5308EE. Grayscale: #C7C7C7. Windows color (decimal): -5441775 or 1177516. OLE color: 1177516.
HSL color Cylindrical-coordinate representation of color #ACF711: hue angle of 79.57º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF711 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 17 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.03 |
| HSL | 79.57º | 0.93% | 0.52% | - |
| HSV(B) | 79.57º | 0.93% | 0.97% | - |
| XYZ | 50.38 | 75.33 | 12.42 | - |
| YUV | 198.36 | 25.65 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 17 | 0.30 | 0 | 0.93 | 0.03 | 79.57 | 0.93 | 0.52 |
| Hex | AC | F7 | 11 | 1E | 0 | 5D | 3 | 50 | 5D | 34 |
| Octal | 254 | 367 | 21 | 36 | 0 | 135 | 3 | 120 | 135 | 64 |
| Binary | 10101100 | 11110111 | 10001 | 11110 | 0 | 1011101 | 11 | 1010000 | 1011101 | 110100 |
Color Harmonies of #ACF711
Complementary color
Monochromatic Colors of #ACF711
Black with #ACF711
Text Example
Text Example
White with #ACF711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF711; }
p { color: rgb(172,247,17); }
H1.HeaderClassName
{
color: #ACF711;
}
.AnyTagClassName
{
color: #ACF711;
}
</style>
background-color css
<style>
a { background-color: #ACF711; }
a { background-color: rgb(172,247,17); }
div.DivClassName
{
background-color: #ACF711;
}
.BgClassName
{
background-color: #ACF711;
}
</style>
border-color css
<style>
span { border-color: #ACF711; }
span { border-color: rgb(172,247,17); }
td.TdClassName
{
border-color: #ACF711;
}
.TagClassName
{
border-color: #ACF711;
}
</style>