Shades of Spring Bud #ACF70C
Tints of Spring Bud #ACF70C
RGB
CMYK
RGB Variations
Color information
#ACF70C (or 0xACF70C) is known color: Spring Bud. HEX triplet: AC, F7 and 0C. RGB value is (172,247,12). Sum of RGB (Red+Green+Blue) = 172+247+12=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF70C is #5308F3. Grayscale: #C6C6C6. Windows color (decimal): -5441780 or 849836. OLE color: 849836.
HSL color Cylindrical-coordinate representation of color #ACF70C: hue angle of 79.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF70C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.03 |
| HSL | 79.15º | 0.94% | 0.51% | - |
| HSV(B) | 79.15º | 0.95% | 0.97% | - |
| XYZ | 50.34 | 75.32 | 12.23 | - |
| YUV | 197.79 | 23.15 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 12 | 0.30 | 0 | 0.95 | 0.03 | 79.15 | 0.94 | 0.51 |
| Hex | AC | F7 | C | 1E | 0 | 5F | 3 | 4F | 5E | 33 |
| Octal | 254 | 367 | 14 | 36 | 0 | 137 | 3 | 117 | 136 | 63 |
| Binary | 10101100 | 11110111 | 1100 | 11110 | 0 | 1011111 | 11 | 1001111 | 1011110 | 110011 |
Color Harmonies of #ACF70C
Complementary color
Monochromatic Colors of #ACF70C
Black with #ACF70C
Text Example
Text Example
White with #ACF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF70C; }
p { color: rgb(172,247,12); }
H1.HeaderClassName
{
color: #ACF70C;
}
.AnyTagClassName
{
color: #ACF70C;
}
</style>
background-color css
<style>
a { background-color: #ACF70C; }
a { background-color: rgb(172,247,12); }
div.DivClassName
{
background-color: #ACF70C;
}
.BgClassName
{
background-color: #ACF70C;
}
</style>
border-color css
<style>
span { border-color: #ACF70C; }
span { border-color: rgb(172,247,12); }
td.TdClassName
{
border-color: #ACF70C;
}
.TagClassName
{
border-color: #ACF70C;
}
</style>