Shades of Spring Bud #9EF313
Tints of Spring Bud #9EF313
RGB
CMYK
RGB Variations
Color information
#9EF313 (or 0x9EF313) is known color: Spring Bud. HEX triplet: 9E, F3 and 13. RGB value is (158,243,19). Sum of RGB (Red+Green+Blue) = 158+243+19=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF313 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF313 is #610CEC. Grayscale: #C0C0C0. Windows color (decimal): -6360301 or 1307550. OLE color: 1307550.
HSL color Cylindrical-coordinate representation of color #9EF313: hue angle of 82.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EF313 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 19 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.05 |
| HSL | 82.77º | 0.9% | 0.51% | - |
| HSV(B) | 82.77º | 0.92% | 0.95% | - |
| XYZ | 46.27 | 71.42 | 11.96 | - |
| YUV | 192.05 | 30.34 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 19 | 0.35 | 0 | 0.92 | 0.05 | 82.77 | 0.9 | 0.51 |
| Hex | 9E | F3 | 13 | 23 | 0 | 5C | 5 | 53 | 5A | 33 |
| Octal | 236 | 363 | 23 | 43 | 0 | 134 | 5 | 123 | 132 | 63 |
| Binary | 10011110 | 11110011 | 10011 | 100011 | 0 | 1011100 | 101 | 1010011 | 1011010 | 110011 |
Color Harmonies of #9EF313
Complementary color
Monochromatic Colors of #9EF313
Black with #9EF313
Text Example
Text Example
White with #9EF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF313; }
p { color: rgb(158,243,19); }
H1.HeaderClassName
{
color: #9EF313;
}
.AnyTagClassName
{
color: #9EF313;
}
</style>
background-color css
<style>
a { background-color: #9EF313; }
a { background-color: rgb(158,243,19); }
div.DivClassName
{
background-color: #9EF313;
}
.BgClassName
{
background-color: #9EF313;
}
</style>
border-color css
<style>
span { border-color: #9EF313; }
span { border-color: rgb(158,243,19); }
td.TdClassName
{
border-color: #9EF313;
}
.TagClassName
{
border-color: #9EF313;
}
</style>