Shades of Spring Bud #ACF816
Tints of Spring Bud #ACF816
RGB
CMYK
RGB Variations
Color information
#ACF816 (or 0xACF816) is known color: Spring Bud. HEX triplet: AC, F8 and 16. RGB value is (172,248,22). Sum of RGB (Red+Green+Blue) = 172+248+22=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF816 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF816 is #5307E9. Grayscale: #C8C8C8. Windows color (decimal): -5441514 or 1505452. OLE color: 1505452.
HSL color Cylindrical-coordinate representation of color #ACF816: hue angle of 80.18º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACF816 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 22 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.03 |
| HSL | 80.18º | 0.94% | 0.53% | - |
| HSV(B) | 80.18º | 0.91% | 0.97% | - |
| XYZ | 50.73 | 75.96 | 12.75 | - |
| YUV | 199.51 | 27.82 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 22 | 0.31 | 0 | 0.91 | 0.03 | 80.18 | 0.94 | 0.53 |
| Hex | AC | F8 | 16 | 1F | 0 | 5B | 3 | 50 | 5E | 35 |
| Octal | 254 | 370 | 26 | 37 | 0 | 133 | 3 | 120 | 136 | 65 |
| Binary | 10101100 | 11111000 | 10110 | 11111 | 0 | 1011011 | 11 | 1010000 | 1011110 | 110101 |
Color Harmonies of #ACF816
Complementary color
Monochromatic Colors of #ACF816
Black with #ACF816
Text Example
Text Example
White with #ACF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF816; }
p { color: rgb(172,248,22); }
H1.HeaderClassName
{
color: #ACF816;
}
.AnyTagClassName
{
color: #ACF816;
}
</style>
background-color css
<style>
a { background-color: #ACF816; }
a { background-color: rgb(172,248,22); }
div.DivClassName
{
background-color: #ACF816;
}
.BgClassName
{
background-color: #ACF816;
}
</style>
border-color css
<style>
span { border-color: #ACF816; }
span { border-color: rgb(172,248,22); }
td.TdClassName
{
border-color: #ACF816;
}
.TagClassName
{
border-color: #ACF816;
}
</style>