Shades of Spring Bud #9EF90D
Tints of Spring Bud #9EF90D
RGB
CMYK
RGB Variations
Color information
#9EF90D (or 0x9EF90D) is known color: Spring Bud. HEX triplet: 9E, F9 and 0D. RGB value is (158,249,13). Sum of RGB (Red+Green+Blue) = 158+249+13=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF90D is #6106F2. Grayscale: #C3C3C3. Windows color (decimal): -6358771 or 915870. OLE color: 915870.
HSL color Cylindrical-coordinate representation of color #9EF90D: hue angle of 83.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9EF90D is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 13 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.02 |
| HSL | 83.14º | 0.95% | 0.51% | - |
| HSV(B) | 83.14º | 0.95% | 0.98% | - |
| XYZ | 48.05 | 75.05 | 12.33 | - |
| YUV | 194.89 | 25.35 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 13 | 0.37 | 0 | 0.95 | 0.02 | 83.14 | 0.95 | 0.51 |
| Hex | 9E | F9 | D | 25 | 0 | 5F | 2 | 53 | 5F | 33 |
| Octal | 236 | 371 | 15 | 45 | 0 | 137 | 2 | 123 | 137 | 63 |
| Binary | 10011110 | 11111001 | 1101 | 100101 | 0 | 1011111 | 10 | 1010011 | 1011111 | 110011 |
Color Harmonies of #9EF90D
Complementary color
Monochromatic Colors of #9EF90D
Black with #9EF90D
Text Example
Text Example
White with #9EF90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF90D; }
p { color: rgb(158,249,13); }
H1.HeaderClassName
{
color: #9EF90D;
}
.AnyTagClassName
{
color: #9EF90D;
}
</style>
background-color css
<style>
a { background-color: #9EF90D; }
a { background-color: rgb(158,249,13); }
div.DivClassName
{
background-color: #9EF90D;
}
.BgClassName
{
background-color: #9EF90D;
}
</style>
border-color css
<style>
span { border-color: #9EF90D; }
span { border-color: rgb(158,249,13); }
td.TdClassName
{
border-color: #9EF90D;
}
.TagClassName
{
border-color: #9EF90D;
}
</style>