Shades of Spring Bud #ADF915
Tints of Spring Bud #ADF915
RGB
CMYK
RGB Variations
Color information
#ADF915 (or 0xADF915) is known color: Spring Bud. HEX triplet: AD, F9 and 15. RGB value is (173,249,21). Sum of RGB (Red+Green+Blue) = 173+249+21=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF915 is #5206EA. Grayscale: #C9C9C9. Windows color (decimal): -5375723 or 1440173. OLE color: 1440173.
HSL color Cylindrical-coordinate representation of color #ADF915: hue angle of 80º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADF915 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 21 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.02 |
| HSL | 80º | 0.95% | 0.53% | - |
| HSV(B) | 80º | 0.92% | 0.98% | - |
| XYZ | 51.24 | 76.69 | 12.81 | - |
| YUV | 200.28 | 26.82 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 21 | 0.31 | 0 | 0.92 | 0.02 | 80 | 0.95 | 0.53 |
| Hex | AD | F9 | 15 | 1F | 0 | 5C | 2 | 50 | 5F | 35 |
| Octal | 255 | 371 | 25 | 37 | 0 | 134 | 2 | 120 | 137 | 65 |
| Binary | 10101101 | 11111001 | 10101 | 11111 | 0 | 1011100 | 10 | 1010000 | 1011111 | 110101 |
Color Harmonies of #ADF915
Complementary color
Monochromatic Colors of #ADF915
Black with #ADF915
Text Example
Text Example
White with #ADF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF915; }
p { color: rgb(173,249,21); }
H1.HeaderClassName
{
color: #ADF915;
}
.AnyTagClassName
{
color: #ADF915;
}
</style>
background-color css
<style>
a { background-color: #ADF915; }
a { background-color: rgb(173,249,21); }
div.DivClassName
{
background-color: #ADF915;
}
.BgClassName
{
background-color: #ADF915;
}
</style>
border-color css
<style>
span { border-color: #ADF915; }
span { border-color: rgb(173,249,21); }
td.TdClassName
{
border-color: #ADF915;
}
.TagClassName
{
border-color: #ADF915;
}
</style>