Shades of Spring Bud #ADF90B
Tints of Spring Bud #ADF90B
RGB
CMYK
RGB Variations
Color information
#ADF90B (or 0xADF90B) is known color: Spring Bud. HEX triplet: AD, F9 and 0B. RGB value is (173,249,11). Sum of RGB (Red+Green+Blue) = 173+249+11=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF90B is #5206F4. Grayscale: #C8C8C8. Windows color (decimal): -5375733 or 784813. OLE color: 784813.
HSL color Cylindrical-coordinate representation of color #ADF90B: hue angle of 79.16º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF90B is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 11 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.02 |
| HSL | 79.16º | 0.95% | 0.51% | - |
| HSV(B) | 79.16º | 0.96% | 0.98% | - |
| XYZ | 51.17 | 76.66 | 12.42 | - |
| YUV | 199.14 | 21.82 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 11 | 0.31 | 0 | 0.96 | 0.02 | 79.16 | 0.95 | 0.51 |
| Hex | AD | F9 | B | 1F | 0 | 60 | 2 | 4F | 5F | 33 |
| Octal | 255 | 371 | 13 | 37 | 0 | 140 | 2 | 117 | 137 | 63 |
| Binary | 10101101 | 11111001 | 1011 | 11111 | 0 | 1100000 | 10 | 1001111 | 1011111 | 110011 |
Color Harmonies of #ADF90B
Complementary color
Monochromatic Colors of #ADF90B
Black with #ADF90B
Text Example
Text Example
White with #ADF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF90B; }
p { color: rgb(173,249,11); }
H1.HeaderClassName
{
color: #ADF90B;
}
.AnyTagClassName
{
color: #ADF90B;
}
</style>
background-color css
<style>
a { background-color: #ADF90B; }
a { background-color: rgb(173,249,11); }
div.DivClassName
{
background-color: #ADF90B;
}
.BgClassName
{
background-color: #ADF90B;
}
</style>
border-color css
<style>
span { border-color: #ADF90B; }
span { border-color: rgb(173,249,11); }
td.TdClassName
{
border-color: #ADF90B;
}
.TagClassName
{
border-color: #ADF90B;
}
</style>