Shades of Inch Worm #9ED313
Tints of Inch Worm #9ED313
RGB
CMYK
RGB Variations
Color information
#9ED313 (or 0x9ED313) is known color: Inch Worm. HEX triplet: 9E, D3 and 13. RGB value is (158,211,19). Sum of RGB (Red+Green+Blue) = 158+211+19=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED313 is #612CEC. Grayscale: #ADADAD. Windows color (decimal): -6368493 or 1299358. OLE color: 1299358.
HSL color Cylindrical-coordinate representation of color #9ED313: hue angle of 76.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ED313 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 19 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.17 |
| HSL | 76.56º | 0.83% | 0.45% | - |
| HSV(B) | 76.56º | 0.91% | 0.83% | - |
| XYZ | 37.51 | 53.9 | 9.04 | - |
| YUV | 173.27 | 40.94 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 19 | 0.25 | 0 | 0.91 | 0.17 | 76.56 | 0.83 | 0.45 |
| Hex | 9E | D3 | 13 | 19 | 0 | 5B | 11 | 4D | 53 | 2D |
| Octal | 236 | 323 | 23 | 31 | 0 | 133 | 21 | 115 | 123 | 55 |
| Binary | 10011110 | 11010011 | 10011 | 11001 | 0 | 1011011 | 10001 | 1001101 | 1010011 | 101101 |
Color Harmonies of #9ED313
Complementary color
Monochromatic Colors of #9ED313
Black with #9ED313
Text Example
Text Example
White with #9ED313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED313; }
p { color: rgb(158,211,19); }
H1.HeaderClassName
{
color: #9ED313;
}
.AnyTagClassName
{
color: #9ED313;
}
</style>
background-color css
<style>
a { background-color: #9ED313; }
a { background-color: rgb(158,211,19); }
div.DivClassName
{
background-color: #9ED313;
}
.BgClassName
{
background-color: #9ED313;
}
</style>
border-color css
<style>
span { border-color: #9ED313; }
span { border-color: rgb(158,211,19); }
td.TdClassName
{
border-color: #9ED313;
}
.TagClassName
{
border-color: #9ED313;
}
</style>