Shades of Spring Bud #ADFF10
Tints of Spring Bud #ADFF10
RGB
CMYK
RGB Variations
Color information
#ADFF10 (or 0xADFF10) is known color: Spring Bud. HEX triplet: AD, FF and 10. RGB value is (173,255,16). Sum of RGB (Red+Green+Blue) = 173+255+16=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF10 is #5200EF. Grayscale: #CCCCCC. Windows color (decimal): -5374192 or 1114029. OLE color: 1114029.
HSL color Cylindrical-coordinate representation of color #ADFF10: hue angle of 80.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADFF10 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 16 | - |
| CMYK | 0.32 | 0 | 0.94 | 0 |
| HSL | 80.59º | 1% | 0.53% | - |
| HSV(B) | 80.59º | 0.94% | 1% | - |
| XYZ | 53.09 | 80.44 | 13.22 | - |
| YUV | 203.24 | 22.33 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 16 | 0.32 | 0 | 0.94 | 0 | 80.59 | 1 | 0.53 |
| Hex | AD | FF | 10 | 20 | 0 | 5E | 0 | 51 | 64 | 35 |
| Octal | 255 | 377 | 20 | 40 | 0 | 136 | 0 | 121 | 144 | 65 |
| Binary | 10101101 | 11111111 | 10000 | 100000 | 0 | 1011110 | 0 | 1010001 | 1100100 | 110101 |
Color Harmonies of #ADFF10
Complementary color
Monochromatic Colors of #ADFF10
Black with #ADFF10
Text Example
Text Example
White with #ADFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF10; }
p { color: rgb(173,255,16); }
H1.HeaderClassName
{
color: #ADFF10;
}
.AnyTagClassName
{
color: #ADFF10;
}
</style>
background-color css
<style>
a { background-color: #ADFF10; }
a { background-color: rgb(173,255,16); }
div.DivClassName
{
background-color: #ADFF10;
}
.BgClassName
{
background-color: #ADFF10;
}
</style>
border-color css
<style>
span { border-color: #ADFF10; }
span { border-color: rgb(173,255,16); }
td.TdClassName
{
border-color: #ADFF10;
}
.TagClassName
{
border-color: #ADFF10;
}
</style>