Shades of Spring Bud #ADFC10
Tints of Spring Bud #ADFC10
RGB
CMYK
RGB Variations
Color information
#ADFC10 (or 0xADFC10) is known color: Spring Bud. HEX triplet: AD, FC and 10. RGB value is (173,252,16). Sum of RGB (Red+Green+Blue) = 173+252+16=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC10 is #5203EF. Grayscale: #CACACA. Windows color (decimal): -5374960 or 1113261. OLE color: 1113261.
HSL color Cylindrical-coordinate representation of color #ADFC10: hue angle of 80.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADFC10 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 16 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.01 |
| HSL | 80.08º | 0.98% | 0.53% | - |
| HSV(B) | 80.08º | 0.94% | 0.99% | - |
| XYZ | 52.14 | 78.54 | 12.9 | - |
| YUV | 201.48 | 23.33 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 16 | 0.31 | 0 | 0.94 | 0.01 | 80.08 | 0.98 | 0.53 |
| Hex | AD | FC | 10 | 1F | 0 | 5E | 1 | 50 | 62 | 35 |
| Octal | 255 | 374 | 20 | 37 | 0 | 136 | 1 | 120 | 142 | 65 |
| Binary | 10101101 | 11111100 | 10000 | 11111 | 0 | 1011110 | 1 | 1010000 | 1100010 | 110101 |
Color Harmonies of #ADFC10
Complementary color
Monochromatic Colors of #ADFC10
Black with #ADFC10
Text Example
Text Example
White with #ADFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC10; }
p { color: rgb(173,252,16); }
H1.HeaderClassName
{
color: #ADFC10;
}
.AnyTagClassName
{
color: #ADFC10;
}
</style>
background-color css
<style>
a { background-color: #ADFC10; }
a { background-color: rgb(173,252,16); }
div.DivClassName
{
background-color: #ADFC10;
}
.BgClassName
{
background-color: #ADFC10;
}
</style>
border-color css
<style>
span { border-color: #ADFC10; }
span { border-color: rgb(173,252,16); }
td.TdClassName
{
border-color: #ADFC10;
}
.TagClassName
{
border-color: #ADFC10;
}
</style>