Shades of Spring Bud #ACF205
Tints of Spring Bud #ACF205
RGB
CMYK
RGB Variations
Color information
#ACF205 (or 0xACF205) is known color: Spring Bud. HEX triplet: AC, F2 and 05. RGB value is (172,242,5). Sum of RGB (Red+Green+Blue) = 172+242+5=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF205 is #530DFA. Grayscale: #C2C2C2. Windows color (decimal): -5443067 or 389804. OLE color: 389804.
HSL color Cylindrical-coordinate representation of color #ACF205: hue angle of 77.72º degrees, saturation: 0.96, 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 #ACF205 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.05 |
| HSL | 77.72º | 0.96% | 0.48% | - |
| HSV(B) | 77.72º | 0.98% | 0.95% | - |
| XYZ | 48.79 | 72.29 | 11.52 | - |
| YUV | 194.05 | 21.31 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 5 | 0.29 | 0 | 0.98 | 0.05 | 77.72 | 0.96 | 0.48 |
| Hex | AC | F2 | 5 | 1D | 0 | 62 | 5 | 4E | 60 | 30 |
| Octal | 254 | 362 | 5 | 35 | 0 | 142 | 5 | 116 | 140 | 60 |
| Binary | 10101100 | 11110010 | 101 | 11101 | 0 | 1100010 | 101 | 1001110 | 1100000 | 110000 |
Color Harmonies of #ACF205
Complementary color
Monochromatic Colors of #ACF205
Black with #ACF205
Text Example
Text Example
White with #ACF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF205; }
p { color: rgb(172,242,5); }
H1.HeaderClassName
{
color: #ACF205;
}
.AnyTagClassName
{
color: #ACF205;
}
</style>
background-color css
<style>
a { background-color: #ACF205; }
a { background-color: rgb(172,242,5); }
div.DivClassName
{
background-color: #ACF205;
}
.BgClassName
{
background-color: #ACF205;
}
</style>
border-color css
<style>
span { border-color: #ACF205; }
span { border-color: rgb(172,242,5); }
td.TdClassName
{
border-color: #ACF205;
}
.TagClassName
{
border-color: #ACF205;
}
</style>