Shades of Spring Bud #ADF903
Tints of Spring Bud #ADF903
RGB
CMYK
RGB Variations
Color information
#ADF903 (or 0xADF903) is known color: Spring Bud. HEX triplet: AD, F9 and 03. RGB value is (173,249,3). Sum of RGB (Red+Green+Blue) = 173+249+3=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF903 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF903 is #5206FC. Grayscale: #C7C7C7. Windows color (decimal): -5375741 or 260525. OLE color: 260525.
HSL color Cylindrical-coordinate representation of color #ADF903: hue angle of 78.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADF903 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 3 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.02 |
| HSL | 78.54º | 0.98% | 0.49% | - |
| HSV(B) | 78.54º | 0.99% | 0.98% | - |
| XYZ | 51.13 | 76.64 | 12.18 | - |
| YUV | 198.23 | 17.82 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 3 | 0.31 | 0 | 0.99 | 0.02 | 78.54 | 0.98 | 0.49 |
| Hex | AD | F9 | 3 | 1F | 0 | 63 | 2 | 4F | 62 | 31 |
| Octal | 255 | 371 | 3 | 37 | 0 | 143 | 2 | 117 | 142 | 61 |
| Binary | 10101101 | 11111001 | 11 | 11111 | 0 | 1100011 | 10 | 1001111 | 1100010 | 110001 |
Color Harmonies of #ADF903
Complementary color
Monochromatic Colors of #ADF903
Black with #ADF903
Text Example
Text Example
White with #ADF903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF903; }
p { color: rgb(173,249,3); }
H1.HeaderClassName
{
color: #ADF903;
}
.AnyTagClassName
{
color: #ADF903;
}
</style>
background-color css
<style>
a { background-color: #ADF903; }
a { background-color: rgb(173,249,3); }
div.DivClassName
{
background-color: #ADF903;
}
.BgClassName
{
background-color: #ADF903;
}
</style>
border-color css
<style>
span { border-color: #ADF903; }
span { border-color: rgb(173,249,3); }
td.TdClassName
{
border-color: #ADF903;
}
.TagClassName
{
border-color: #ADF903;
}
</style>