Shades of Spring Bud #ACF712
Tints of Spring Bud #ACF712
RGB
CMYK
RGB Variations
Color information
#ACF712 (or 0xACF712) is known color: Spring Bud. HEX triplet: AC, F7 and 12. RGB value is (172,247,18). Sum of RGB (Red+Green+Blue) = 172+247+18=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF712 is #5308ED. Grayscale: #C7C7C7. Windows color (decimal): -5441774 or 1243052. OLE color: 1243052.
HSL color Cylindrical-coordinate representation of color #ACF712: hue angle of 79.65º 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 #ACF712 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 18 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.03 |
| HSL | 79.65º | 0.93% | 0.52% | - |
| HSV(B) | 79.65º | 0.93% | 0.97% | - |
| XYZ | 50.38 | 75.34 | 12.46 | - |
| YUV | 198.47 | 26.15 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 18 | 0.30 | 0 | 0.93 | 0.03 | 79.65 | 0.93 | 0.52 |
| Hex | AC | F7 | 12 | 1E | 0 | 5D | 3 | 50 | 5D | 34 |
| Octal | 254 | 367 | 22 | 36 | 0 | 135 | 3 | 120 | 135 | 64 |
| Binary | 10101100 | 11110111 | 10010 | 11110 | 0 | 1011101 | 11 | 1010000 | 1011101 | 110100 |
Color Harmonies of #ACF712
Complementary color
Monochromatic Colors of #ACF712
Black with #ACF712
Text Example
Text Example
White with #ACF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF712; }
p { color: rgb(172,247,18); }
H1.HeaderClassName
{
color: #ACF712;
}
.AnyTagClassName
{
color: #ACF712;
}
</style>
background-color css
<style>
a { background-color: #ACF712; }
a { background-color: rgb(172,247,18); }
div.DivClassName
{
background-color: #ACF712;
}
.BgClassName
{
background-color: #ACF712;
}
</style>
border-color css
<style>
span { border-color: #ACF712; }
span { border-color: rgb(172,247,18); }
td.TdClassName
{
border-color: #ACF712;
}
.TagClassName
{
border-color: #ACF712;
}
</style>