Shades of Spring Bud #ADF906
Tints of Spring Bud #ADF906
RGB
CMYK
RGB Variations
Color information
#ADF906 (or 0xADF906) is known color: Spring Bud. HEX triplet: AD, F9 and 06. RGB value is (173,249,6). Sum of RGB (Red+Green+Blue) = 173+249+6=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF906 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF906 is #5206F9. Grayscale: #C7C7C7. Windows color (decimal): -5375738 or 457133. OLE color: 457133.
HSL color Cylindrical-coordinate representation of color #ADF906: hue angle of 78.77º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADF906 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 6 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.02 |
| HSL | 78.77º | 0.95% | 0.5% | - |
| HSV(B) | 78.77º | 0.98% | 0.98% | - |
| XYZ | 51.14 | 76.65 | 12.27 | - |
| YUV | 198.57 | 19.32 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 6 | 0.31 | 0 | 0.98 | 0.02 | 78.77 | 0.95 | 0.5 |
| Hex | AD | F9 | 6 | 1F | 0 | 62 | 2 | 4F | 5F | 32 |
| Octal | 255 | 371 | 6 | 37 | 0 | 142 | 2 | 117 | 137 | 62 |
| Binary | 10101101 | 11111001 | 110 | 11111 | 0 | 1100010 | 10 | 1001111 | 1011111 | 110010 |
Color Harmonies of #ADF906
Complementary color
Monochromatic Colors of #ADF906
Black with #ADF906
Text Example
Text Example
White with #ADF906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF906; }
p { color: rgb(173,249,6); }
H1.HeaderClassName
{
color: #ADF906;
}
.AnyTagClassName
{
color: #ADF906;
}
</style>
background-color css
<style>
a { background-color: #ADF906; }
a { background-color: rgb(173,249,6); }
div.DivClassName
{
background-color: #ADF906;
}
.BgClassName
{
background-color: #ADF906;
}
</style>
border-color css
<style>
span { border-color: #ADF906; }
span { border-color: rgb(173,249,6); }
td.TdClassName
{
border-color: #ADF906;
}
.TagClassName
{
border-color: #ADF906;
}
</style>