Shades of Spring Bud #ACF703
Tints of Spring Bud #ACF703
RGB
CMYK
RGB Variations
Color information
#ACF703 (or 0xACF703) is known color: Spring Bud. HEX triplet: AC, F7 and 03. RGB value is (172,247,3). Sum of RGB (Red+Green+Blue) = 172+247+3=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF703 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF703 is #5308FC. Grayscale: #C5C5C5. Windows color (decimal): -5441789 or 260012. OLE color: 260012.
HSL color Cylindrical-coordinate representation of color #ACF703: hue angle of 78.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF703 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.03 |
| HSL | 78.44º | 0.98% | 0.49% | - |
| HSV(B) | 78.44º | 0.99% | 0.97% | - |
| XYZ | 50.29 | 75.3 | 11.97 | - |
| YUV | 196.76 | 18.65 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 3 | 0.30 | 0 | 0.99 | 0.03 | 78.44 | 0.98 | 0.49 |
| Hex | AC | F7 | 3 | 1E | 0 | 63 | 3 | 4E | 62 | 31 |
| Octal | 254 | 367 | 3 | 36 | 0 | 143 | 3 | 116 | 142 | 61 |
| Binary | 10101100 | 11110111 | 11 | 11110 | 0 | 1100011 | 11 | 1001110 | 1100010 | 110001 |
Color Harmonies of #ACF703
Complementary color
Monochromatic Colors of #ACF703
Black with #ACF703
Text Example
Text Example
White with #ACF703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF703; }
p { color: rgb(172,247,3); }
H1.HeaderClassName
{
color: #ACF703;
}
.AnyTagClassName
{
color: #ACF703;
}
</style>
background-color css
<style>
a { background-color: #ACF703; }
a { background-color: rgb(172,247,3); }
div.DivClassName
{
background-color: #ACF703;
}
.BgClassName
{
background-color: #ACF703;
}
</style>
border-color css
<style>
span { border-color: #ACF703; }
span { border-color: rgb(172,247,3); }
td.TdClassName
{
border-color: #ACF703;
}
.TagClassName
{
border-color: #ACF703;
}
</style>