Shades of Spring Bud #ADF916
Tints of Spring Bud #ADF916
RGB
CMYK
RGB Variations
Color information
#ADF916 (or 0xADF916) is known color: Spring Bud. HEX triplet: AD, F9 and 16. RGB value is (173,249,22). Sum of RGB (Red+Green+Blue) = 173+249+22=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF916 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF916 is #5206E9. Grayscale: #C9C9C9. Windows color (decimal): -5375722 or 1505709. OLE color: 1505709.
HSL color Cylindrical-coordinate representation of color #ADF916: hue angle of 80.09º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADF916 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 22 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.02 |
| HSL | 80.09º | 0.95% | 0.53% | - |
| HSV(B) | 80.09º | 0.91% | 0.98% | - |
| XYZ | 51.25 | 76.69 | 12.86 | - |
| YUV | 200.4 | 27.32 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 22 | 0.31 | 0 | 0.91 | 0.02 | 80.09 | 0.95 | 0.53 |
| Hex | AD | F9 | 16 | 1F | 0 | 5B | 2 | 50 | 5F | 35 |
| Octal | 255 | 371 | 26 | 37 | 0 | 133 | 2 | 120 | 137 | 65 |
| Binary | 10101101 | 11111001 | 10110 | 11111 | 0 | 1011011 | 10 | 1010000 | 1011111 | 110101 |
Color Harmonies of #ADF916
Complementary color
Monochromatic Colors of #ADF916
Black with #ADF916
Text Example
Text Example
White with #ADF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF916; }
p { color: rgb(173,249,22); }
H1.HeaderClassName
{
color: #ADF916;
}
.AnyTagClassName
{
color: #ADF916;
}
</style>
background-color css
<style>
a { background-color: #ADF916; }
a { background-color: rgb(173,249,22); }
div.DivClassName
{
background-color: #ADF916;
}
.BgClassName
{
background-color: #ADF916;
}
</style>
border-color css
<style>
span { border-color: #ADF916; }
span { border-color: rgb(173,249,22); }
td.TdClassName
{
border-color: #ADF916;
}
.TagClassName
{
border-color: #ADF916;
}
</style>