Shades of Inch Worm #9EDC03
Tints of Inch Worm #9EDC03
RGB
CMYK
RGB Variations
Color information
#9EDC03 (or 0x9EDC03) is known color: Inch Worm. HEX triplet: 9E, DC and 03. RGB value is (158,220,3). Sum of RGB (Red+Green+Blue) = 158+220+3=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDC03 is #6123FC. Grayscale: #B1B1B1. Windows color (decimal): -6366205 or 253086. OLE color: 253086.
HSL color Cylindrical-coordinate representation of color #9EDC03: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EDC03 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 3 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.14 |
| HSL | 77.14º | 0.97% | 0.44% | - |
| HSV(B) | 77.14º | 0.99% | 0.86% | - |
| XYZ | 39.71 | 58.46 | 9.28 | - |
| YUV | 176.72 | 29.96 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 3 | 0.28 | 0 | 0.99 | 0.14 | 77.14 | 0.97 | 0.44 |
| Hex | 9E | DC | 3 | 1C | 0 | 63 | E | 4D | 61 | 2C |
| Octal | 236 | 334 | 3 | 34 | 0 | 143 | 16 | 115 | 141 | 54 |
| Binary | 10011110 | 11011100 | 11 | 11100 | 0 | 1100011 | 1110 | 1001101 | 1100001 | 101100 |
Color Harmonies of #9EDC03
Complementary color
Monochromatic Colors of #9EDC03
Black with #9EDC03
Text Example
Text Example
White with #9EDC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC03; }
p { color: rgb(158,220,3); }
H1.HeaderClassName
{
color: #9EDC03;
}
.AnyTagClassName
{
color: #9EDC03;
}
</style>
background-color css
<style>
a { background-color: #9EDC03; }
a { background-color: rgb(158,220,3); }
div.DivClassName
{
background-color: #9EDC03;
}
.BgClassName
{
background-color: #9EDC03;
}
</style>
border-color css
<style>
span { border-color: #9EDC03; }
span { border-color: rgb(158,220,3); }
td.TdClassName
{
border-color: #9EDC03;
}
.TagClassName
{
border-color: #9EDC03;
}
</style>