Shades of Inch Worm #9EDC04
Tints of Inch Worm #9EDC04
RGB
CMYK
RGB Variations
Color information
#9EDC04 (or 0x9EDC04) is known color: Inch Worm. HEX triplet: 9E, DC and 04. RGB value is (158,220,4). Sum of RGB (Red+Green+Blue) = 158+220+4=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDC04 is #6123FB. Grayscale: #B1B1B1. Windows color (decimal): -6366204 or 318622. OLE color: 318622.
HSL color Cylindrical-coordinate representation of color #9EDC04: hue angle of 77.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EDC04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.14 |
| HSL | 77.22º | 0.96% | 0.44% | - |
| HSV(B) | 77.22º | 0.98% | 0.86% | - |
| XYZ | 39.72 | 58.46 | 9.31 | - |
| YUV | 176.84 | 30.46 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 4 | 0.28 | 0 | 0.98 | 0.14 | 77.22 | 0.96 | 0.44 |
| Hex | 9E | DC | 4 | 1C | 0 | 62 | E | 4D | 60 | 2C |
| Octal | 236 | 334 | 4 | 34 | 0 | 142 | 16 | 115 | 140 | 54 |
| Binary | 10011110 | 11011100 | 100 | 11100 | 0 | 1100010 | 1110 | 1001101 | 1100000 | 101100 |
Color Harmonies of #9EDC04
Complementary color
Monochromatic Colors of #9EDC04
Black with #9EDC04
Text Example
Text Example
White with #9EDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC04; }
p { color: rgb(158,220,4); }
H1.HeaderClassName
{
color: #9EDC04;
}
.AnyTagClassName
{
color: #9EDC04;
}
</style>
background-color css
<style>
a { background-color: #9EDC04; }
a { background-color: rgb(158,220,4); }
div.DivClassName
{
background-color: #9EDC04;
}
.BgClassName
{
background-color: #9EDC04;
}
</style>
border-color css
<style>
span { border-color: #9EDC04; }
span { border-color: rgb(158,220,4); }
td.TdClassName
{
border-color: #9EDC04;
}
.TagClassName
{
border-color: #9EDC04;
}
</style>