Shades of Spring Bud #ADFF08
Tints of Spring Bud #ADFF08
RGB
CMYK
RGB Variations
Color information
#ADFF08 (or 0xADFF08) is known color: Spring Bud. HEX triplet: AD, FF and 08. RGB value is (173,255,8). Sum of RGB (Red+Green+Blue) = 173+255+8=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF08 is #5200F7. Grayscale: #CBCBCB. Windows color (decimal): -5374200 or 589741. OLE color: 589741.
HSL color Cylindrical-coordinate representation of color #ADFF08: hue angle of 79.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADFF08 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 8 | - |
| CMYK | 0.32 | 0 | 0.97 | 0 |
| HSL | 79.92º | 1% | 0.52% | - |
| HSV(B) | 79.92º | 0.97% | 1% | - |
| XYZ | 53.04 | 80.42 | 12.96 | - |
| YUV | 202.32 | 18.33 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 8 | 0.32 | 0 | 0.97 | 0 | 79.92 | 1 | 0.52 |
| Hex | AD | FF | 8 | 20 | 0 | 61 | 0 | 50 | 64 | 34 |
| Octal | 255 | 377 | 10 | 40 | 0 | 141 | 0 | 120 | 144 | 64 |
| Binary | 10101101 | 11111111 | 1000 | 100000 | 0 | 1100001 | 0 | 1010000 | 1100100 | 110100 |
Color Harmonies of #ADFF08
Complementary color
Monochromatic Colors of #ADFF08
Black with #ADFF08
Text Example
Text Example
White with #ADFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF08; }
p { color: rgb(173,255,8); }
H1.HeaderClassName
{
color: #ADFF08;
}
.AnyTagClassName
{
color: #ADFF08;
}
</style>
background-color css
<style>
a { background-color: #ADFF08; }
a { background-color: rgb(173,255,8); }
div.DivClassName
{
background-color: #ADFF08;
}
.BgClassName
{
background-color: #ADFF08;
}
</style>
border-color css
<style>
span { border-color: #ADFF08; }
span { border-color: rgb(173,255,8); }
td.TdClassName
{
border-color: #ADFF08;
}
.TagClassName
{
border-color: #ADFF08;
}
</style>