Shades of Spring Bud #ACF307
Tints of Spring Bud #ACF307
RGB
CMYK
RGB Variations
Color information
#ACF307 (or 0xACF307) is known color: Spring Bud. HEX triplet: AC, F3 and 07. RGB value is (172,243,7). Sum of RGB (Red+Green+Blue) = 172+243+7=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF307 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF307 is #530CF8. Grayscale: #C3C3C3. Windows color (decimal): -5442809 or 521132. OLE color: 521132.
HSL color Cylindrical-coordinate representation of color #ACF307: hue angle of 78.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF307 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.05 |
| HSL | 78.05º | 0.94% | 0.49% | - |
| HSV(B) | 78.05º | 0.97% | 0.95% | - |
| XYZ | 49.1 | 72.89 | 11.68 | - |
| YUV | 194.87 | 21.98 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 7 | 0.29 | 0 | 0.97 | 0.05 | 78.05 | 0.94 | 0.49 |
| Hex | AC | F3 | 7 | 1D | 0 | 61 | 5 | 4E | 5E | 31 |
| Octal | 254 | 363 | 7 | 35 | 0 | 141 | 5 | 116 | 136 | 61 |
| Binary | 10101100 | 11110011 | 111 | 11101 | 0 | 1100001 | 101 | 1001110 | 1011110 | 110001 |
Color Harmonies of #ACF307
Complementary color
Monochromatic Colors of #ACF307
Black with #ACF307
Text Example
Text Example
White with #ACF307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF307; }
p { color: rgb(172,243,7); }
H1.HeaderClassName
{
color: #ACF307;
}
.AnyTagClassName
{
color: #ACF307;
}
</style>
background-color css
<style>
a { background-color: #ACF307; }
a { background-color: rgb(172,243,7); }
div.DivClassName
{
background-color: #ACF307;
}
.BgClassName
{
background-color: #ACF307;
}
</style>
border-color css
<style>
span { border-color: #ACF307; }
span { border-color: rgb(172,243,7); }
td.TdClassName
{
border-color: #ACF307;
}
.TagClassName
{
border-color: #ACF307;
}
</style>