Shades of Spring Bud #ACF713
Tints of Spring Bud #ACF713
RGB
CMYK
RGB Variations
Color information
#ACF713 (or 0xACF713) is known color: Spring Bud. HEX triplet: AC, F7 and 13. RGB value is (172,247,19). Sum of RGB (Red+Green+Blue) = 172+247+19=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF713 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF713 is #5308EC. Grayscale: #C7C7C7. Windows color (decimal): -5441773 or 1308588. OLE color: 1308588.
HSL color Cylindrical-coordinate representation of color #ACF713: hue angle of 79.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACF713 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 19 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.03 |
| HSL | 79.74º | 0.93% | 0.52% | - |
| HSV(B) | 79.74º | 0.92% | 0.97% | - |
| XYZ | 50.39 | 75.34 | 12.5 | - |
| YUV | 198.58 | 26.65 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 19 | 0.30 | 0 | 0.92 | 0.03 | 79.74 | 0.93 | 0.52 |
| Hex | AC | F7 | 13 | 1E | 0 | 5C | 3 | 50 | 5D | 34 |
| Octal | 254 | 367 | 23 | 36 | 0 | 134 | 3 | 120 | 135 | 64 |
| Binary | 10101100 | 11110111 | 10011 | 11110 | 0 | 1011100 | 11 | 1010000 | 1011101 | 110100 |
Color Harmonies of #ACF713
Complementary color
Monochromatic Colors of #ACF713
Black with #ACF713
Text Example
Text Example
White with #ACF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF713; }
p { color: rgb(172,247,19); }
H1.HeaderClassName
{
color: #ACF713;
}
.AnyTagClassName
{
color: #ACF713;
}
</style>
background-color css
<style>
a { background-color: #ACF713; }
a { background-color: rgb(172,247,19); }
div.DivClassName
{
background-color: #ACF713;
}
.BgClassName
{
background-color: #ACF713;
}
</style>
border-color css
<style>
span { border-color: #ACF713; }
span { border-color: rgb(172,247,19); }
td.TdClassName
{
border-color: #ACF713;
}
.TagClassName
{
border-color: #ACF713;
}
</style>