Shades of Spring Bud #ACF40A
Tints of Spring Bud #ACF40A
RGB
CMYK
RGB Variations
Color information
#ACF40A (or 0xACF40A) is known color: Spring Bud. HEX triplet: AC, F4 and 0A. RGB value is (172,244,10). Sum of RGB (Red+Green+Blue) = 172+244+10=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF40A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF40A is #530BF5. Grayscale: #C4C4C4. Windows color (decimal): -5442550 or 717996. OLE color: 717996.
HSL color Cylindrical-coordinate representation of color #ACF40A: hue angle of 78.46º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACF40A is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 10 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.04 |
| HSL | 78.46º | 0.92% | 0.5% | - |
| HSV(B) | 78.46º | 0.96% | 0.96% | - |
| XYZ | 49.42 | 73.49 | 11.87 | - |
| YUV | 195.8 | 23.15 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 10 | 0.30 | 0 | 0.96 | 0.04 | 78.46 | 0.92 | 0.5 |
| Hex | AC | F4 | A | 1E | 0 | 60 | 4 | 4E | 5C | 32 |
| Octal | 254 | 364 | 12 | 36 | 0 | 140 | 4 | 116 | 134 | 62 |
| Binary | 10101100 | 11110100 | 1010 | 11110 | 0 | 1100000 | 100 | 1001110 | 1011100 | 110010 |
Color Harmonies of #ACF40A
Complementary color
Monochromatic Colors of #ACF40A
Black with #ACF40A
Text Example
Text Example
White with #ACF40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF40A; }
p { color: rgb(172,244,10); }
H1.HeaderClassName
{
color: #ACF40A;
}
.AnyTagClassName
{
color: #ACF40A;
}
</style>
background-color css
<style>
a { background-color: #ACF40A; }
a { background-color: rgb(172,244,10); }
div.DivClassName
{
background-color: #ACF40A;
}
.BgClassName
{
background-color: #ACF40A;
}
</style>
border-color css
<style>
span { border-color: #ACF40A; }
span { border-color: rgb(172,244,10); }
td.TdClassName
{
border-color: #ACF40A;
}
.TagClassName
{
border-color: #ACF40A;
}
</style>