Shades of Spring Bud #ADFE10
Tints of Spring Bud #ADFE10
RGB
CMYK
RGB Variations
Color information
#ADFE10 (or 0xADFE10) is known color: Spring Bud. HEX triplet: AD, FE and 10. RGB value is (173,254,16). Sum of RGB (Red+Green+Blue) = 173+254+16=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFE10 is #5201EF. Grayscale: #CBCBCB. Windows color (decimal): -5374448 or 1113773. OLE color: 1113773.
HSL color Cylindrical-coordinate representation of color #ADFE10: hue angle of 80.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADFE10 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 16 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.00 |
| HSL | 80.42º | 0.99% | 0.53% | - |
| HSV(B) | 80.42º | 0.94% | 1% | - |
| XYZ | 52.77 | 79.81 | 13.11 | - |
| YUV | 202.65 | 22.66 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 16 | 0.32 | 0 | 0.94 | 0.00 | 80.42 | 0.99 | 0.53 |
| Hex | AD | FE | 10 | 20 | 0 | 5E | 0 | 50 | 63 | 35 |
| Octal | 255 | 376 | 20 | 40 | 0 | 136 | 0 | 120 | 143 | 65 |
| Binary | 10101101 | 11111110 | 10000 | 100000 | 0 | 1011110 | 0 | 1010000 | 1100011 | 110101 |
Color Harmonies of #ADFE10
Complementary color
Monochromatic Colors of #ADFE10
Black with #ADFE10
Text Example
Text Example
White with #ADFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE10; }
p { color: rgb(173,254,16); }
H1.HeaderClassName
{
color: #ADFE10;
}
.AnyTagClassName
{
color: #ADFE10;
}
</style>
background-color css
<style>
a { background-color: #ADFE10; }
a { background-color: rgb(173,254,16); }
div.DivClassName
{
background-color: #ADFE10;
}
.BgClassName
{
background-color: #ADFE10;
}
</style>
border-color css
<style>
span { border-color: #ADFE10; }
span { border-color: rgb(173,254,16); }
td.TdClassName
{
border-color: #ADFE10;
}
.TagClassName
{
border-color: #ADFE10;
}
</style>