Shades of Inch Worm #9EDD1F
Tints of Inch Worm #9EDD1F
RGB
CMYK
RGB Variations
Color information
#9EDD1F (or 0x9EDD1F) is known color: Inch Worm. HEX triplet: 9E, DD and 1F. RGB value is (158,221,31). Sum of RGB (Red+Green+Blue) = 158+221+31=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD1F is #6122E0. Grayscale: #B5B5B5. Windows color (decimal): -6365921 or 2088350. OLE color: 2088350.
HSL color Cylindrical-coordinate representation of color #9EDD1F: hue angle of 79.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9EDD1F is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 31 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.13 |
| HSL | 79.89º | 0.75% | 0.49% | - |
| HSV(B) | 79.89º | 0.86% | 0.87% | - |
| XYZ | 40.2 | 59.08 | 10.58 | - |
| YUV | 180.5 | 43.63 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 31 | 0.29 | 0 | 0.86 | 0.13 | 79.89 | 0.75 | 0.49 |
| Hex | 9E | DD | 1F | 1D | 0 | 56 | D | 50 | 4B | 31 |
| Octal | 236 | 335 | 37 | 35 | 0 | 126 | 15 | 120 | 113 | 61 |
| Binary | 10011110 | 11011101 | 11111 | 11101 | 0 | 1010110 | 1101 | 1010000 | 1001011 | 110001 |
Color Harmonies of #9EDD1F
Complementary color
Monochromatic Colors of #9EDD1F
Black with #9EDD1F
Text Example
Text Example
White with #9EDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD1F; }
p { color: rgb(158,221,31); }
H1.HeaderClassName
{
color: #9EDD1F;
}
.AnyTagClassName
{
color: #9EDD1F;
}
</style>
background-color css
<style>
a { background-color: #9EDD1F; }
a { background-color: rgb(158,221,31); }
div.DivClassName
{
background-color: #9EDD1F;
}
.BgClassName
{
background-color: #9EDD1F;
}
</style>
border-color css
<style>
span { border-color: #9EDD1F; }
span { border-color: rgb(158,221,31); }
td.TdClassName
{
border-color: #9EDD1F;
}
.TagClassName
{
border-color: #9EDD1F;
}
</style>