Shades of Inch Worm #9ED30D
Tints of Inch Worm #9ED30D
RGB
CMYK
RGB Variations
Color information
#9ED30D (or 0x9ED30D) is known color: Inch Worm. HEX triplet: 9E, D3 and 0D. RGB value is (158,211,13). Sum of RGB (Red+Green+Blue) = 158+211+13=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED30D is #612CF2. Grayscale: #ADADAD. Windows color (decimal): -6368499 or 906142. OLE color: 906142.
HSL color Cylindrical-coordinate representation of color #9ED30D: hue angle of 76.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9ED30D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 13 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.17 |
| HSL | 76.06º | 0.88% | 0.44% | - |
| HSV(B) | 76.06º | 0.94% | 0.83% | - |
| XYZ | 37.47 | 53.89 | 8.81 | - |
| YUV | 172.58 | 37.94 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 13 | 0.25 | 0 | 0.94 | 0.17 | 76.06 | 0.88 | 0.44 |
| Hex | 9E | D3 | D | 19 | 0 | 5E | 11 | 4C | 58 | 2C |
| Octal | 236 | 323 | 15 | 31 | 0 | 136 | 21 | 114 | 130 | 54 |
| Binary | 10011110 | 11010011 | 1101 | 11001 | 0 | 1011110 | 10001 | 1001100 | 1011000 | 101100 |
Color Harmonies of #9ED30D
Complementary color
Monochromatic Colors of #9ED30D
Black with #9ED30D
Text Example
Text Example
White with #9ED30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED30D; }
p { color: rgb(158,211,13); }
H1.HeaderClassName
{
color: #9ED30D;
}
.AnyTagClassName
{
color: #9ED30D;
}
</style>
background-color css
<style>
a { background-color: #9ED30D; }
a { background-color: rgb(158,211,13); }
div.DivClassName
{
background-color: #9ED30D;
}
.BgClassName
{
background-color: #9ED30D;
}
</style>
border-color css
<style>
span { border-color: #9ED30D; }
span { border-color: rgb(158,211,13); }
td.TdClassName
{
border-color: #9ED30D;
}
.TagClassName
{
border-color: #9ED30D;
}
</style>