Shades of Spring Bud #ACF40D
Tints of Spring Bud #ACF40D
RGB
CMYK
RGB Variations
Color information
#ACF40D (or 0xACF40D) is known color: Spring Bud. HEX triplet: AC, F4 and 0D. RGB value is (172,244,13). Sum of RGB (Red+Green+Blue) = 172+244+13=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF40D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF40D is #530BF2. Grayscale: #C4C4C4. Windows color (decimal): -5442547 or 914604. OLE color: 914604.
HSL color Cylindrical-coordinate representation of color #ACF40D: hue angle of 78.7º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF40D is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 13 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.04 |
| HSL | 78.7º | 0.91% | 0.5% | - |
| HSV(B) | 78.7º | 0.95% | 0.96% | - |
| XYZ | 49.44 | 73.5 | 11.96 | - |
| YUV | 196.14 | 24.65 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 13 | 0.30 | 0 | 0.95 | 0.04 | 78.7 | 0.91 | 0.5 |
| Hex | AC | F4 | D | 1E | 0 | 5F | 4 | 4F | 5B | 32 |
| Octal | 254 | 364 | 15 | 36 | 0 | 137 | 4 | 117 | 133 | 62 |
| Binary | 10101100 | 11110100 | 1101 | 11110 | 0 | 1011111 | 100 | 1001111 | 1011011 | 110010 |
Color Harmonies of #ACF40D
Complementary color
Monochromatic Colors of #ACF40D
Black with #ACF40D
Text Example
Text Example
White with #ACF40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF40D; }
p { color: rgb(172,244,13); }
H1.HeaderClassName
{
color: #ACF40D;
}
.AnyTagClassName
{
color: #ACF40D;
}
</style>
background-color css
<style>
a { background-color: #ACF40D; }
a { background-color: rgb(172,244,13); }
div.DivClassName
{
background-color: #ACF40D;
}
.BgClassName
{
background-color: #ACF40D;
}
</style>
border-color css
<style>
span { border-color: #ACF40D; }
span { border-color: rgb(172,244,13); }
td.TdClassName
{
border-color: #ACF40D;
}
.TagClassName
{
border-color: #ACF40D;
}
</style>