Shades of Spring Bud #9EF613
Tints of Spring Bud #9EF613
RGB
CMYK
RGB Variations
Color information
#9EF613 (or 0x9EF613) is known color: Spring Bud. HEX triplet: 9E, F6 and 13. RGB value is (158,246,19). Sum of RGB (Red+Green+Blue) = 158+246+19=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #9EF613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF613 is #6109EC. Grayscale: #C2C2C2. Windows color (decimal): -6359533 or 1308318. OLE color: 1308318.
HSL color Cylindrical-coordinate representation of color #9EF613: hue angle of 83.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EF613 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 246 | 19 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.04 |
| HSL | 83.26º | 0.93% | 0.52% | - |
| HSV(B) | 83.26º | 0.92% | 0.96% | - |
| XYZ | 47.17 | 73.23 | 12.26 | - |
| YUV | 193.81 | 29.35 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 246 | 19 | 0.36 | 0 | 0.92 | 0.04 | 83.26 | 0.93 | 0.52 |
| Hex | 9E | F6 | 13 | 24 | 0 | 5C | 4 | 53 | 5D | 34 |
| Octal | 236 | 366 | 23 | 44 | 0 | 134 | 4 | 123 | 135 | 64 |
| Binary | 10011110 | 11110110 | 10011 | 100100 | 0 | 1011100 | 100 | 1010011 | 1011101 | 110100 |
Color Harmonies of #9EF613
Complementary color
Monochromatic Colors of #9EF613
Black with #9EF613
Text Example
Text Example
White with #9EF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF613; }
p { color: rgb(158,246,19); }
H1.HeaderClassName
{
color: #9EF613;
}
.AnyTagClassName
{
color: #9EF613;
}
</style>
background-color css
<style>
a { background-color: #9EF613; }
a { background-color: rgb(158,246,19); }
div.DivClassName
{
background-color: #9EF613;
}
.BgClassName
{
background-color: #9EF613;
}
</style>
border-color css
<style>
span { border-color: #9EF613; }
span { border-color: rgb(158,246,19); }
td.TdClassName
{
border-color: #9EF613;
}
.TagClassName
{
border-color: #9EF613;
}
</style>