Shades of Spring Bud #ACF605
Tints of Spring Bud #ACF605
RGB
CMYK
RGB Variations
Color information
#ACF605 (or 0xACF605) is known color: Spring Bud. HEX triplet: AC, F6 and 05. RGB value is (172,246,5). Sum of RGB (Red+Green+Blue) = 172+246+5=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF605 is #5309FA. Grayscale: #C5C5C5. Windows color (decimal): -5442043 or 390828. OLE color: 390828.
HSL color Cylindrical-coordinate representation of color #ACF605: hue angle of 78.42º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF605 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.04 |
| HSL | 78.42º | 0.96% | 0.49% | - |
| HSV(B) | 78.42º | 0.98% | 0.96% | - |
| XYZ | 50 | 74.69 | 11.93 | - |
| YUV | 196.4 | 19.98 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 5 | 0.30 | 0 | 0.98 | 0.04 | 78.42 | 0.96 | 0.49 |
| Hex | AC | F6 | 5 | 1E | 0 | 62 | 4 | 4E | 60 | 31 |
| Octal | 254 | 366 | 5 | 36 | 0 | 142 | 4 | 116 | 140 | 61 |
| Binary | 10101100 | 11110110 | 101 | 11110 | 0 | 1100010 | 100 | 1001110 | 1100000 | 110001 |
Color Harmonies of #ACF605
Complementary color
Monochromatic Colors of #ACF605
Black with #ACF605
Text Example
Text Example
White with #ACF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF605; }
p { color: rgb(172,246,5); }
H1.HeaderClassName
{
color: #ACF605;
}
.AnyTagClassName
{
color: #ACF605;
}
</style>
background-color css
<style>
a { background-color: #ACF605; }
a { background-color: rgb(172,246,5); }
div.DivClassName
{
background-color: #ACF605;
}
.BgClassName
{
background-color: #ACF605;
}
</style>
border-color css
<style>
span { border-color: #ACF605; }
span { border-color: rgb(172,246,5); }
td.TdClassName
{
border-color: #ACF605;
}
.TagClassName
{
border-color: #ACF605;
}
</style>