Shades of Spring Bud #ADF006
Tints of Spring Bud #ADF006
RGB
CMYK
RGB Variations
Color information
#ADF006 (or 0xADF006) is known color: Spring Bud. HEX triplet: AD, F0 and 06. RGB value is (173,240,6). Sum of RGB (Red+Green+Blue) = 173+240+6=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF006 is #520FF9. Grayscale: #C2C2C2. Windows color (decimal): -5378042 or 454829. OLE color: 454829.
HSL color Cylindrical-coordinate representation of color #ADF006: hue angle of 77.18º degrees, saturation: 0.95, 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 #ADF006 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 6 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.06 |
| HSL | 77.18º | 0.95% | 0.48% | - |
| HSV(B) | 77.18º | 0.98% | 0.94% | - |
| XYZ | 48.43 | 71.22 | 11.37 | - |
| YUV | 193.29 | 22.3 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 6 | 0.28 | 0 | 0.98 | 0.06 | 77.18 | 0.95 | 0.48 |
| Hex | AD | F0 | 6 | 1C | 0 | 62 | 6 | 4D | 5F | 30 |
| Octal | 255 | 360 | 6 | 34 | 0 | 142 | 6 | 115 | 137 | 60 |
| Binary | 10101101 | 11110000 | 110 | 11100 | 0 | 1100010 | 110 | 1001101 | 1011111 | 110000 |
Color Harmonies of #ADF006
Complementary color
Monochromatic Colors of #ADF006
Black with #ADF006
Text Example
Text Example
White with #ADF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF006; }
p { color: rgb(173,240,6); }
H1.HeaderClassName
{
color: #ADF006;
}
.AnyTagClassName
{
color: #ADF006;
}
</style>
background-color css
<style>
a { background-color: #ADF006; }
a { background-color: rgb(173,240,6); }
div.DivClassName
{
background-color: #ADF006;
}
.BgClassName
{
background-color: #ADF006;
}
</style>
border-color css
<style>
span { border-color: #ADF006; }
span { border-color: rgb(173,240,6); }
td.TdClassName
{
border-color: #ADF006;
}
.TagClassName
{
border-color: #ADF006;
}
</style>