Shades of Inch Worm #9EDF0D
Tints of Inch Worm #9EDF0D
RGB
CMYK
RGB Variations
Color information
#9EDF0D (or 0x9EDF0D) is known color: Inch Worm. HEX triplet: 9E, DF and 0D. RGB value is (158,223,13). Sum of RGB (Red+Green+Blue) = 158+223+13=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDF0D is #6120F2. Grayscale: #B4B4B4. Windows color (decimal): -6365427 or 909214. OLE color: 909214.
HSL color Cylindrical-coordinate representation of color #9EDF0D: hue angle of 78.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EDF0D is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 13 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.13 |
| HSL | 78.57º | 0.89% | 0.46% | - |
| HSV(B) | 78.57º | 0.94% | 0.87% | - |
| XYZ | 40.56 | 60.07 | 9.84 | - |
| YUV | 179.63 | 33.97 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 13 | 0.29 | 0 | 0.94 | 0.13 | 78.57 | 0.89 | 0.46 |
| Hex | 9E | DF | D | 1D | 0 | 5E | D | 4F | 59 | 2E |
| Octal | 236 | 337 | 15 | 35 | 0 | 136 | 15 | 117 | 131 | 56 |
| Binary | 10011110 | 11011111 | 1101 | 11101 | 0 | 1011110 | 1101 | 1001111 | 1011001 | 101110 |
Color Harmonies of #9EDF0D
Complementary color
Monochromatic Colors of #9EDF0D
Black with #9EDF0D
Text Example
Text Example
White with #9EDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF0D; }
p { color: rgb(158,223,13); }
H1.HeaderClassName
{
color: #9EDF0D;
}
.AnyTagClassName
{
color: #9EDF0D;
}
</style>
background-color css
<style>
a { background-color: #9EDF0D; }
a { background-color: rgb(158,223,13); }
div.DivClassName
{
background-color: #9EDF0D;
}
.BgClassName
{
background-color: #9EDF0D;
}
</style>
border-color css
<style>
span { border-color: #9EDF0D; }
span { border-color: rgb(158,223,13); }
td.TdClassName
{
border-color: #9EDF0D;
}
.TagClassName
{
border-color: #9EDF0D;
}
</style>