Shades of Spring Bud #ADFF0E
Tints of Spring Bud #ADFF0E
RGB
CMYK
RGB Variations
Color information
#ADFF0E (or 0xADFF0E) is known color: Spring Bud. HEX triplet: AD, FF and 0E. RGB value is (173,255,14). Sum of RGB (Red+Green+Blue) = 173+255+14=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF0E is #5200F1. Grayscale: #CBCBCB. Windows color (decimal): -5374194 or 982957. OLE color: 982957.
HSL color Cylindrical-coordinate representation of color #ADFF0E: hue angle of 80.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADFF0E is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 14 | - |
| CMYK | 0.32 | 0 | 0.95 | 0 |
| HSL | 80.41º | 1% | 0.53% | - |
| HSV(B) | 80.41º | 0.95% | 1% | - |
| XYZ | 53.07 | 80.44 | 13.14 | - |
| YUV | 203.01 | 21.33 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 14 | 0.32 | 0 | 0.95 | 0 | 80.41 | 1 | 0.53 |
| Hex | AD | FF | E | 20 | 0 | 5F | 0 | 50 | 64 | 35 |
| Octal | 255 | 377 | 16 | 40 | 0 | 137 | 0 | 120 | 144 | 65 |
| Binary | 10101101 | 11111111 | 1110 | 100000 | 0 | 1011111 | 0 | 1010000 | 1100100 | 110101 |
Color Harmonies of #ADFF0E
Complementary color
Monochromatic Colors of #ADFF0E
Black with #ADFF0E
Text Example
Text Example
White with #ADFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF0E; }
p { color: rgb(173,255,14); }
H1.HeaderClassName
{
color: #ADFF0E;
}
.AnyTagClassName
{
color: #ADFF0E;
}
</style>
background-color css
<style>
a { background-color: #ADFF0E; }
a { background-color: rgb(173,255,14); }
div.DivClassName
{
background-color: #ADFF0E;
}
.BgClassName
{
background-color: #ADFF0E;
}
</style>
border-color css
<style>
span { border-color: #ADFF0E; }
span { border-color: rgb(173,255,14); }
td.TdClassName
{
border-color: #ADFF0E;
}
.TagClassName
{
border-color: #ADFF0E;
}
</style>