Shades of Spring Bud #ACF207
Tints of Spring Bud #ACF207
RGB
CMYK
RGB Variations
Color information
#ACF207 (or 0xACF207) is known color: Spring Bud. HEX triplet: AC, F2 and 07. RGB value is (172,242,7). Sum of RGB (Red+Green+Blue) = 172+242+7=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF207 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF207 is #530DF8. Grayscale: #C3C3C3. Windows color (decimal): -5443065 or 520876. OLE color: 520876.
HSL color Cylindrical-coordinate representation of color #ACF207: hue angle of 77.87º 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 #ACF207 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.05 |
| HSL | 77.87º | 0.94% | 0.49% | - |
| HSV(B) | 77.87º | 0.97% | 0.95% | - |
| XYZ | 48.8 | 72.29 | 11.58 | - |
| YUV | 194.28 | 22.31 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 7 | 0.29 | 0 | 0.97 | 0.05 | 77.87 | 0.94 | 0.49 |
| Hex | AC | F2 | 7 | 1D | 0 | 61 | 5 | 4E | 5E | 31 |
| Octal | 254 | 362 | 7 | 35 | 0 | 141 | 5 | 116 | 136 | 61 |
| Binary | 10101100 | 11110010 | 111 | 11101 | 0 | 1100001 | 101 | 1001110 | 1011110 | 110001 |
Color Harmonies of #ACF207
Complementary color
Monochromatic Colors of #ACF207
Black with #ACF207
Text Example
Text Example
White with #ACF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF207; }
p { color: rgb(172,242,7); }
H1.HeaderClassName
{
color: #ACF207;
}
.AnyTagClassName
{
color: #ACF207;
}
</style>
background-color css
<style>
a { background-color: #ACF207; }
a { background-color: rgb(172,242,7); }
div.DivClassName
{
background-color: #ACF207;
}
.BgClassName
{
background-color: #ACF207;
}
</style>
border-color css
<style>
span { border-color: #ACF207; }
span { border-color: rgb(172,242,7); }
td.TdClassName
{
border-color: #ACF207;
}
.TagClassName
{
border-color: #ACF207;
}
</style>