Shades of Spring Bud #ACF60F
Tints of Spring Bud #ACF60F
RGB
CMYK
RGB Variations
Color information
#ACF60F (or 0xACF60F) is known color: Spring Bud. HEX triplet: AC, F6 and 0F. RGB value is (172,246,15). Sum of RGB (Red+Green+Blue) = 172+246+15=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 246 (96.48% from 255 or 56.81% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF60F is #5309F0. Grayscale: #C6C6C6. Windows color (decimal): -5442033 or 1046188. OLE color: 1046188.
HSL color Cylindrical-coordinate representation of color #ACF60F: hue angle of 79.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACF60F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 15 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.04 |
| HSL | 79.22º | 0.93% | 0.51% | - |
| HSV(B) | 79.22º | 0.94% | 0.96% | - |
| XYZ | 50.06 | 74.72 | 12.24 | - |
| YUV | 197.54 | 24.98 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 15 | 0.30 | 0 | 0.94 | 0.04 | 79.22 | 0.93 | 0.51 |
| Hex | AC | F6 | F | 1E | 0 | 5E | 4 | 4F | 5D | 33 |
| Octal | 254 | 366 | 17 | 36 | 0 | 136 | 4 | 117 | 135 | 63 |
| Binary | 10101100 | 11110110 | 1111 | 11110 | 0 | 1011110 | 100 | 1001111 | 1011101 | 110011 |
Color Harmonies of #ACF60F
Complementary color
Monochromatic Colors of #ACF60F
Black with #ACF60F
Text Example
Text Example
White with #ACF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF60F; }
p { color: rgb(172,246,15); }
H1.HeaderClassName
{
color: #ACF60F;
}
.AnyTagClassName
{
color: #ACF60F;
}
</style>
background-color css
<style>
a { background-color: #ACF60F; }
a { background-color: rgb(172,246,15); }
div.DivClassName
{
background-color: #ACF60F;
}
.BgClassName
{
background-color: #ACF60F;
}
</style>
border-color css
<style>
span { border-color: #ACF60F; }
span { border-color: rgb(172,246,15); }
td.TdClassName
{
border-color: #ACF60F;
}
.TagClassName
{
border-color: #ACF60F;
}
</style>