Shades of Spring Bud #ACF915
Tints of Spring Bud #ACF915
RGB
CMYK
RGB Variations
Color information
#ACF915 (or 0xACF915) is known color: Spring Bud. HEX triplet: AC, F9 and 15. RGB value is (172,249,21). Sum of RGB (Red+Green+Blue) = 172+249+21=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF915 is #5306EA. Grayscale: #C8C8C8. Windows color (decimal): -5441259 or 1440172. OLE color: 1440172.
HSL color Cylindrical-coordinate representation of color #ACF915: hue angle of 80.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACF915 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 21 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.02 |
| HSL | 80.26º | 0.95% | 0.53% | - |
| HSV(B) | 80.26º | 0.92% | 0.98% | - |
| XYZ | 51.02 | 76.58 | 12.8 | - |
| YUV | 199.99 | 26.99 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 21 | 0.31 | 0 | 0.92 | 0.02 | 80.26 | 0.95 | 0.53 |
| Hex | AC | F9 | 15 | 1F | 0 | 5C | 2 | 50 | 5F | 35 |
| Octal | 254 | 371 | 25 | 37 | 0 | 134 | 2 | 120 | 137 | 65 |
| Binary | 10101100 | 11111001 | 10101 | 11111 | 0 | 1011100 | 10 | 1010000 | 1011111 | 110101 |
Color Harmonies of #ACF915
Complementary color
Monochromatic Colors of #ACF915
Black with #ACF915
Text Example
Text Example
White with #ACF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF915; }
p { color: rgb(172,249,21); }
H1.HeaderClassName
{
color: #ACF915;
}
.AnyTagClassName
{
color: #ACF915;
}
</style>
background-color css
<style>
a { background-color: #ACF915; }
a { background-color: rgb(172,249,21); }
div.DivClassName
{
background-color: #ACF915;
}
.BgClassName
{
background-color: #ACF915;
}
</style>
border-color css
<style>
span { border-color: #ACF915; }
span { border-color: rgb(172,249,21); }
td.TdClassName
{
border-color: #ACF915;
}
.TagClassName
{
border-color: #ACF915;
}
</style>