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