Shades of Spring Bud #9DFF0E
Tints of Spring Bud #9DFF0E
RGB
CMYK
RGB Variations
Color information
#9DFF0E (or 0x9DFF0E) is known color: Spring Bud. HEX triplet: 9D, FF and 0E. RGB value is (157,255,14). Sum of RGB (Red+Green+Blue) = 157+255+14=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFF0E is #6200F1. Grayscale: #C7C7C7. Windows color (decimal): -6422770 or 982941. OLE color: 982941.
HSL color Cylindrical-coordinate representation of color #9DFF0E: hue angle of 84.4º 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 #9DFF0E is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 14 | - |
| CMYK | 0.38 | 0 | 0.95 | 0 |
| HSL | 84.4º | 1% | 0.53% | - |
| HSV(B) | 84.4º | 0.95% | 1% | - |
| XYZ | 49.74 | 78.72 | 12.99 | - |
| YUV | 198.22 | 24.03 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 14 | 0.38 | 0 | 0.95 | 0 | 84.4 | 1 | 0.53 |
| Hex | 9D | FF | E | 26 | 0 | 5F | 0 | 54 | 64 | 35 |
| Octal | 235 | 377 | 16 | 46 | 0 | 137 | 0 | 124 | 144 | 65 |
| Binary | 10011101 | 11111111 | 1110 | 100110 | 0 | 1011111 | 0 | 1010100 | 1100100 | 110101 |
Color Harmonies of #9DFF0E
Complementary color
Monochromatic Colors of #9DFF0E
Black with #9DFF0E
Text Example
Text Example
White with #9DFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF0E; }
p { color: rgb(157,255,14); }
H1.HeaderClassName
{
color: #9DFF0E;
}
.AnyTagClassName
{
color: #9DFF0E;
}
</style>
background-color css
<style>
a { background-color: #9DFF0E; }
a { background-color: rgb(157,255,14); }
div.DivClassName
{
background-color: #9DFF0E;
}
.BgClassName
{
background-color: #9DFF0E;
}
</style>
border-color css
<style>
span { border-color: #9DFF0E; }
span { border-color: rgb(157,255,14); }
td.TdClassName
{
border-color: #9DFF0E;
}
.TagClassName
{
border-color: #9DFF0E;
}
</style>