Shades of Spring Bud #ADFE0D
Tints of Spring Bud #ADFE0D
RGB
CMYK
RGB Variations
Color information
#ADFE0D (or 0xADFE0D) is known color: Spring Bud. HEX triplet: AD, FE and 0D. RGB value is (173,254,13). Sum of RGB (Red+Green+Blue) = 173+254+13=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFE0D is #5201F2. Grayscale: #CBCBCB. Windows color (decimal): -5374451 or 917165. OLE color: 917165.
HSL color Cylindrical-coordinate representation of color #ADFE0D: hue angle of 80.17º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADFE0D is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 13 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.00 |
| HSL | 80.17º | 0.99% | 0.52% | - |
| HSV(B) | 80.17º | 0.95% | 1% | - |
| XYZ | 52.75 | 79.8 | 13 | - |
| YUV | 202.31 | 21.16 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 13 | 0.32 | 0 | 0.95 | 0.00 | 80.17 | 0.99 | 0.52 |
| Hex | AD | FE | D | 20 | 0 | 5F | 0 | 50 | 63 | 34 |
| Octal | 255 | 376 | 15 | 40 | 0 | 137 | 0 | 120 | 143 | 64 |
| Binary | 10101101 | 11111110 | 1101 | 100000 | 0 | 1011111 | 0 | 1010000 | 1100011 | 110100 |
Color Harmonies of #ADFE0D
Complementary color
Monochromatic Colors of #ADFE0D
Black with #ADFE0D
Text Example
Text Example
White with #ADFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE0D; }
p { color: rgb(173,254,13); }
H1.HeaderClassName
{
color: #ADFE0D;
}
.AnyTagClassName
{
color: #ADFE0D;
}
</style>
background-color css
<style>
a { background-color: #ADFE0D; }
a { background-color: rgb(173,254,13); }
div.DivClassName
{
background-color: #ADFE0D;
}
.BgClassName
{
background-color: #ADFE0D;
}
</style>
border-color css
<style>
span { border-color: #ADFE0D; }
span { border-color: rgb(173,254,13); }
td.TdClassName
{
border-color: #ADFE0D;
}
.TagClassName
{
border-color: #ADFE0D;
}
</style>