Shades of Inch Worm #9ED40C
Tints of Inch Worm #9ED40C
RGB
CMYK
RGB Variations
Color information
#9ED40C (or 0x9ED40C) is known color: Inch Worm. HEX triplet: 9E, D4 and 0C. RGB value is (158,212,12). Sum of RGB (Red+Green+Blue) = 158+212+12=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED40C is #612BF3. Grayscale: #ADADAD. Windows color (decimal): -6368244 or 840862. OLE color: 840862.
HSL color Cylindrical-coordinate representation of color #9ED40C: hue angle of 76.2º 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 #9ED40C is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 12 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.17 |
| HSL | 76.2º | 0.89% | 0.44% | - |
| HSV(B) | 76.2º | 0.94% | 0.83% | - |
| XYZ | 37.71 | 54.38 | 8.86 | - |
| YUV | 173.05 | 37.11 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 12 | 0.25 | 0 | 0.94 | 0.17 | 76.2 | 0.89 | 0.44 |
| Hex | 9E | D4 | C | 19 | 0 | 5E | 11 | 4C | 59 | 2C |
| Octal | 236 | 324 | 14 | 31 | 0 | 136 | 21 | 114 | 131 | 54 |
| Binary | 10011110 | 11010100 | 1100 | 11001 | 0 | 1011110 | 10001 | 1001100 | 1011001 | 101100 |
Color Harmonies of #9ED40C
Complementary color
Monochromatic Colors of #9ED40C
Black with #9ED40C
Text Example
Text Example
White with #9ED40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED40C; }
p { color: rgb(158,212,12); }
H1.HeaderClassName
{
color: #9ED40C;
}
.AnyTagClassName
{
color: #9ED40C;
}
</style>
background-color css
<style>
a { background-color: #9ED40C; }
a { background-color: rgb(158,212,12); }
div.DivClassName
{
background-color: #9ED40C;
}
.BgClassName
{
background-color: #9ED40C;
}
</style>
border-color css
<style>
span { border-color: #9ED40C; }
span { border-color: rgb(158,212,12); }
td.TdClassName
{
border-color: #9ED40C;
}
.TagClassName
{
border-color: #9ED40C;
}
</style>