Shades of Spring Bud #ACF106
Tints of Spring Bud #ACF106
RGB
CMYK
RGB Variations
Color information
#ACF106 (or 0xACF106) is known color: Spring Bud. HEX triplet: AC, F1 and 06. RGB value is (172,241,6). Sum of RGB (Red+Green+Blue) = 172+241+6=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF106 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF106 is #530EF9. Grayscale: #C2C2C2. Windows color (decimal): -5443322 or 455084. OLE color: 455084.
HSL color Cylindrical-coordinate representation of color #ACF106: hue angle of 77.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF106 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 6 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.05 |
| HSL | 77.62º | 0.95% | 0.48% | - |
| HSV(B) | 77.62º | 0.98% | 0.95% | - |
| XYZ | 48.5 | 71.69 | 11.45 | - |
| YUV | 193.58 | 22.14 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 6 | 0.29 | 0 | 0.98 | 0.05 | 77.62 | 0.95 | 0.48 |
| Hex | AC | F1 | 6 | 1D | 0 | 62 | 5 | 4E | 5F | 30 |
| Octal | 254 | 361 | 6 | 35 | 0 | 142 | 5 | 116 | 137 | 60 |
| Binary | 10101100 | 11110001 | 110 | 11101 | 0 | 1100010 | 101 | 1001110 | 1011111 | 110000 |
Color Harmonies of #ACF106
Complementary color
Monochromatic Colors of #ACF106
Black with #ACF106
Text Example
Text Example
White with #ACF106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF106; }
p { color: rgb(172,241,6); }
H1.HeaderClassName
{
color: #ACF106;
}
.AnyTagClassName
{
color: #ACF106;
}
</style>
background-color css
<style>
a { background-color: #ACF106; }
a { background-color: rgb(172,241,6); }
div.DivClassName
{
background-color: #ACF106;
}
.BgClassName
{
background-color: #ACF106;
}
</style>
border-color css
<style>
span { border-color: #ACF106; }
span { border-color: rgb(172,241,6); }
td.TdClassName
{
border-color: #ACF106;
}
.TagClassName
{
border-color: #ACF106;
}
</style>