Shades of Spring Bud #9DFE0C
Tints of Spring Bud #9DFE0C
RGB
CMYK
RGB Variations
Color information
#9DFE0C (or 0x9DFE0C) is known color: Spring Bud. HEX triplet: 9D, FE and 0C. RGB value is (157,254,12). Sum of RGB (Red+Green+Blue) = 157+254+12=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFE0C is #6201F3. Grayscale: #C6C6C6. Windows color (decimal): -6423028 or 851613. OLE color: 851613.
HSL color Cylindrical-coordinate representation of color #9DFE0C: hue angle of 84.05º 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 #9DFE0C is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 12 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.00 |
| HSL | 84.05º | 0.99% | 0.52% | - |
| HSV(B) | 84.05º | 0.95% | 1% | - |
| XYZ | 49.41 | 78.08 | 12.81 | - |
| YUV | 197.41 | 23.36 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 12 | 0.38 | 0 | 0.95 | 0.00 | 84.05 | 0.99 | 0.52 |
| Hex | 9D | FE | C | 26 | 0 | 5F | 0 | 54 | 63 | 34 |
| Octal | 235 | 376 | 14 | 46 | 0 | 137 | 0 | 124 | 143 | 64 |
| Binary | 10011101 | 11111110 | 1100 | 100110 | 0 | 1011111 | 0 | 1010100 | 1100011 | 110100 |
Color Harmonies of #9DFE0C
Complementary color
Monochromatic Colors of #9DFE0C
Black with #9DFE0C
Text Example
Text Example
White with #9DFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFE0C; }
p { color: rgb(157,254,12); }
H1.HeaderClassName
{
color: #9DFE0C;
}
.AnyTagClassName
{
color: #9DFE0C;
}
</style>
background-color css
<style>
a { background-color: #9DFE0C; }
a { background-color: rgb(157,254,12); }
div.DivClassName
{
background-color: #9DFE0C;
}
.BgClassName
{
background-color: #9DFE0C;
}
</style>
border-color css
<style>
span { border-color: #9DFE0C; }
span { border-color: rgb(157,254,12); }
td.TdClassName
{
border-color: #9DFE0C;
}
.TagClassName
{
border-color: #9DFE0C;
}
</style>