Shades of Spring Bud #ADF609
Tints of Spring Bud #ADF609
RGB
CMYK
RGB Variations
Color information
#ADF609 (or 0xADF609) is known color: Spring Bud. HEX triplet: AD, F6 and 09. RGB value is (173,246,9). Sum of RGB (Red+Green+Blue) = 173+246+9=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 246 (96.48% from 255 or 57.48% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF609 is #5209F6. Grayscale: #C6C6C6. Windows color (decimal): -5376503 or 652973. OLE color: 652973.
HSL color Cylindrical-coordinate representation of color #ADF609: hue angle of 78.48º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF609 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 9 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.04 |
| HSL | 78.48º | 0.93% | 0.5% | - |
| HSV(B) | 78.48º | 0.96% | 0.96% | - |
| XYZ | 50.24 | 74.82 | 12.05 | - |
| YUV | 197.16 | 21.82 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 9 | 0.30 | 0 | 0.96 | 0.04 | 78.48 | 0.93 | 0.5 |
| Hex | AD | F6 | 9 | 1E | 0 | 60 | 4 | 4E | 5D | 32 |
| Octal | 255 | 366 | 11 | 36 | 0 | 140 | 4 | 116 | 135 | 62 |
| Binary | 10101101 | 11110110 | 1001 | 11110 | 0 | 1100000 | 100 | 1001110 | 1011101 | 110010 |
Color Harmonies of #ADF609
Complementary color
Monochromatic Colors of #ADF609
Black with #ADF609
Text Example
Text Example
White with #ADF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF609; }
p { color: rgb(173,246,9); }
H1.HeaderClassName
{
color: #ADF609;
}
.AnyTagClassName
{
color: #ADF609;
}
</style>
background-color css
<style>
a { background-color: #ADF609; }
a { background-color: rgb(173,246,9); }
div.DivClassName
{
background-color: #ADF609;
}
.BgClassName
{
background-color: #ADF609;
}
</style>
border-color css
<style>
span { border-color: #ADF609; }
span { border-color: rgb(173,246,9); }
td.TdClassName
{
border-color: #ADF609;
}
.TagClassName
{
border-color: #ADF609;
}
</style>