Shades of Spring Bud #ACF005
Tints of Spring Bud #ACF005
RGB
CMYK
RGB Variations
Color information
#ACF005 (or 0xACF005) is known color: Spring Bud. HEX triplet: AC, F0 and 05. RGB value is (172,240,5). Sum of RGB (Red+Green+Blue) = 172+240+5=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF005 is #530FFA. Grayscale: #C1C1C1. Windows color (decimal): -5443579 or 389292. OLE color: 389292.
HSL color Cylindrical-coordinate representation of color #ACF005: hue angle of 77.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACF005 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.06 |
| HSL | 77.36º | 0.96% | 0.48% | - |
| HSV(B) | 77.36º | 0.98% | 0.94% | - |
| XYZ | 48.2 | 71.1 | 11.33 | - |
| YUV | 192.88 | 21.97 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 5 | 0.28 | 0 | 0.98 | 0.06 | 77.36 | 0.96 | 0.48 |
| Hex | AC | F0 | 5 | 1C | 0 | 62 | 6 | 4D | 60 | 30 |
| Octal | 254 | 360 | 5 | 34 | 0 | 142 | 6 | 115 | 140 | 60 |
| Binary | 10101100 | 11110000 | 101 | 11100 | 0 | 1100010 | 110 | 1001101 | 1100000 | 110000 |
Color Harmonies of #ACF005
Complementary color
Monochromatic Colors of #ACF005
Black with #ACF005
Text Example
Text Example
White with #ACF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF005; }
p { color: rgb(172,240,5); }
H1.HeaderClassName
{
color: #ACF005;
}
.AnyTagClassName
{
color: #ACF005;
}
</style>
background-color css
<style>
a { background-color: #ACF005; }
a { background-color: rgb(172,240,5); }
div.DivClassName
{
background-color: #ACF005;
}
.BgClassName
{
background-color: #ACF005;
}
</style>
border-color css
<style>
span { border-color: #ACF005; }
span { border-color: rgb(172,240,5); }
td.TdClassName
{
border-color: #ACF005;
}
.TagClassName
{
border-color: #ACF005;
}
</style>