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