Shades of Spring Bud #ADF001
Tints of Spring Bud #ADF001
RGB
CMYK
RGB Variations
Color information
#ADF001 (or 0xADF001) is known color: Spring Bud. HEX triplet: AD, F0 and 01. RGB value is (173,240,1). Sum of RGB (Red+Green+Blue) = 173+240+1=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF001 is #520FFE. Grayscale: #C1C1C1. Windows color (decimal): -5378047 or 127149. OLE color: 127149.
HSL color Cylindrical-coordinate representation of color #ADF001: hue angle of 76.82º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF001 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 1 | - |
| CMYK | 0.28 | 0 | 1.00 | 0.06 |
| HSL | 76.82º | 0.99% | 0.47% | - |
| HSV(B) | 76.82º | 1% | 0.94% | - |
| XYZ | 48.4 | 71.21 | 11.22 | - |
| YUV | 192.72 | 19.8 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 1 | 0.28 | 0 | 1.00 | 0.06 | 76.82 | 0.99 | 0.47 |
| Hex | AD | F0 | 1 | 1C | 0 | 64 | 6 | 4D | 63 | 2F |
| Octal | 255 | 360 | 1 | 34 | 0 | 144 | 6 | 115 | 143 | 57 |
| Binary | 10101101 | 11110000 | 1 | 11100 | 0 | 1100100 | 110 | 1001101 | 1100011 | 101111 |
Color Harmonies of #ADF001
Complementary color
Monochromatic Colors of #ADF001
Black with #ADF001
Text Example
Text Example
White with #ADF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF001; }
p { color: rgb(173,240,1); }
H1.HeaderClassName
{
color: #ADF001;
}
.AnyTagClassName
{
color: #ADF001;
}
</style>
background-color css
<style>
a { background-color: #ADF001; }
a { background-color: rgb(173,240,1); }
div.DivClassName
{
background-color: #ADF001;
}
.BgClassName
{
background-color: #ADF001;
}
</style>
border-color css
<style>
span { border-color: #ADF001; }
span { border-color: rgb(173,240,1); }
td.TdClassName
{
border-color: #ADF001;
}
.TagClassName
{
border-color: #ADF001;
}
</style>