Shades of Spring Bud #ACF811
Tints of Spring Bud #ACF811
RGB
CMYK
RGB Variations
Color information
#ACF811 (or 0xACF811) is known color: Spring Bud. HEX triplet: AC, F8 and 11. RGB value is (172,248,17). Sum of RGB (Red+Green+Blue) = 172+248+17=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 248 (97.27% from 255 or 56.75% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF811 is #5307EE. Grayscale: #C7C7C7. Windows color (decimal): -5441519 or 1177772. OLE color: 1177772.
HSL color Cylindrical-coordinate representation of color #ACF811: hue angle of 79.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF811 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 17 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.03 |
| HSL | 79.74º | 0.94% | 0.52% | - |
| HSV(B) | 79.74º | 0.93% | 0.97% | - |
| XYZ | 50.68 | 75.95 | 12.52 | - |
| YUV | 198.94 | 25.32 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 17 | 0.31 | 0 | 0.93 | 0.03 | 79.74 | 0.94 | 0.52 |
| Hex | AC | F8 | 11 | 1F | 0 | 5D | 3 | 50 | 5E | 34 |
| Octal | 254 | 370 | 21 | 37 | 0 | 135 | 3 | 120 | 136 | 64 |
| Binary | 10101100 | 11111000 | 10001 | 11111 | 0 | 1011101 | 11 | 1010000 | 1011110 | 110100 |
Color Harmonies of #ACF811
Complementary color
Monochromatic Colors of #ACF811
Black with #ACF811
Text Example
Text Example
White with #ACF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF811; }
p { color: rgb(172,248,17); }
H1.HeaderClassName
{
color: #ACF811;
}
.AnyTagClassName
{
color: #ACF811;
}
</style>
background-color css
<style>
a { background-color: #ACF811; }
a { background-color: rgb(172,248,17); }
div.DivClassName
{
background-color: #ACF811;
}
.BgClassName
{
background-color: #ACF811;
}
</style>
border-color css
<style>
span { border-color: #ACF811; }
span { border-color: rgb(172,248,17); }
td.TdClassName
{
border-color: #ACF811;
}
.TagClassName
{
border-color: #ACF811;
}
</style>