Shades of Spring Bud #ACF800
Tints of Spring Bud #ACF800
RGB
CMYK
RGB Variations
Color information
#ACF800 (or 0xACF800) is known color: Spring Bud. HEX triplet: AC, F8 and 00. RGB value is (172,248,0). Sum of RGB (Red+Green+Blue) = 172+248+0=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 248 (97.27% from 255 or 59.05% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF800 is #5307FF. Grayscale: #C5C5C5. Windows color (decimal): -5441536 or 63660. OLE color: 63660.
HSL color Cylindrical-coordinate representation of color #ACF800: hue angle of 78.39º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACF800 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.03 |
| HSL | 78.39º | 1% | 0.49% | - |
| HSV(B) | 78.39º | 1% | 0.97% | - |
| XYZ | 50.58 | 75.91 | 11.99 | - |
| YUV | 197 | 16.82 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 0 | 0.31 | 0 | 1 | 0.03 | 78.39 | 1 | 0.49 |
| Hex | AC | F8 | 0 | 1F | 0 | 64 | 3 | 4E | 64 | 31 |
| Octal | 254 | 370 | 0 | 37 | 0 | 144 | 3 | 116 | 144 | 61 |
| Binary | 10101100 | 11111000 | 0 | 11111 | 0 | 1100100 | 11 | 1001110 | 1100100 | 110001 |
Color Harmonies of #ACF800
Complementary color
Monochromatic Colors of #ACF800
Black with #ACF800
Text Example
Text Example
White with #ACF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF800; }
p { color: rgb(172,248,0); }
H1.HeaderClassName
{
color: #ACF800;
}
.AnyTagClassName
{
color: #ACF800;
}
</style>
background-color css
<style>
a { background-color: #ACF800; }
a { background-color: rgb(172,248,0); }
div.DivClassName
{
background-color: #ACF800;
}
.BgClassName
{
background-color: #ACF800;
}
</style>
border-color css
<style>
span { border-color: #ACF800; }
span { border-color: rgb(172,248,0); }
td.TdClassName
{
border-color: #ACF800;
}
.TagClassName
{
border-color: #ACF800;
}
</style>