Shades of Spring Bud #ACF40B
Tints of Spring Bud #ACF40B
RGB
CMYK
RGB Variations
Color information
#ACF40B (or 0xACF40B) is known color: Spring Bud. HEX triplet: AC, F4 and 0B. RGB value is (172,244,11). Sum of RGB (Red+Green+Blue) = 172+244+11=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF40B is #530BF4. Grayscale: #C4C4C4. Windows color (decimal): -5442549 or 783532. OLE color: 783532.
HSL color Cylindrical-coordinate representation of color #ACF40B: hue angle of 78.54º 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 #ACF40B is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 11 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.04 |
| HSL | 78.54º | 0.91% | 0.5% | - |
| HSV(B) | 78.54º | 0.95% | 0.96% | - |
| XYZ | 49.42 | 73.5 | 11.9 | - |
| YUV | 195.91 | 23.65 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 11 | 0.30 | 0 | 0.95 | 0.04 | 78.54 | 0.91 | 0.5 |
| Hex | AC | F4 | B | 1E | 0 | 5F | 4 | 4F | 5B | 32 |
| Octal | 254 | 364 | 13 | 36 | 0 | 137 | 4 | 117 | 133 | 62 |
| Binary | 10101100 | 11110100 | 1011 | 11110 | 0 | 1011111 | 100 | 1001111 | 1011011 | 110010 |
Color Harmonies of #ACF40B
Complementary color
Monochromatic Colors of #ACF40B
Black with #ACF40B
Text Example
Text Example
White with #ACF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF40B; }
p { color: rgb(172,244,11); }
H1.HeaderClassName
{
color: #ACF40B;
}
.AnyTagClassName
{
color: #ACF40B;
}
</style>
background-color css
<style>
a { background-color: #ACF40B; }
a { background-color: rgb(172,244,11); }
div.DivClassName
{
background-color: #ACF40B;
}
.BgClassName
{
background-color: #ACF40B;
}
</style>
border-color css
<style>
span { border-color: #ACF40B; }
span { border-color: rgb(172,244,11); }
td.TdClassName
{
border-color: #ACF40B;
}
.TagClassName
{
border-color: #ACF40B;
}
</style>