Shades of Inch Worm #9ED30C
Tints of Inch Worm #9ED30C
RGB
CMYK
RGB Variations
Color information
#9ED30C (or 0x9ED30C) is known color: Inch Worm. HEX triplet: 9E, D3 and 0C. RGB value is (158,211,12). Sum of RGB (Red+Green+Blue) = 158+211+12=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED30C is #612CF3. Grayscale: #ADADAD. Windows color (decimal): -6368500 or 840606. OLE color: 840606.
HSL color Cylindrical-coordinate representation of color #9ED30C: hue angle of 75.98º degrees, saturation: 0.89, 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 #9ED30C is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 12 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.17 |
| HSL | 75.98º | 0.89% | 0.44% | - |
| HSV(B) | 75.98º | 0.94% | 0.83% | - |
| XYZ | 37.46 | 53.88 | 8.77 | - |
| YUV | 172.47 | 37.44 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 12 | 0.25 | 0 | 0.94 | 0.17 | 75.98 | 0.89 | 0.44 |
| Hex | 9E | D3 | C | 19 | 0 | 5E | 11 | 4C | 59 | 2C |
| Octal | 236 | 323 | 14 | 31 | 0 | 136 | 21 | 114 | 131 | 54 |
| Binary | 10011110 | 11010011 | 1100 | 11001 | 0 | 1011110 | 10001 | 1001100 | 1011001 | 101100 |
Color Harmonies of #9ED30C
Complementary color
Monochromatic Colors of #9ED30C
Black with #9ED30C
Text Example
Text Example
White with #9ED30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED30C; }
p { color: rgb(158,211,12); }
H1.HeaderClassName
{
color: #9ED30C;
}
.AnyTagClassName
{
color: #9ED30C;
}
</style>
background-color css
<style>
a { background-color: #9ED30C; }
a { background-color: rgb(158,211,12); }
div.DivClassName
{
background-color: #9ED30C;
}
.BgClassName
{
background-color: #9ED30C;
}
</style>
border-color css
<style>
span { border-color: #9ED30C; }
span { border-color: rgb(158,211,12); }
td.TdClassName
{
border-color: #9ED30C;
}
.TagClassName
{
border-color: #9ED30C;
}
</style>