Shades of Inch Worm #9ED407
Tints of Inch Worm #9ED407
RGB
CMYK
RGB Variations
Color information
#9ED407 (or 0x9ED407) is known color: Inch Worm. HEX triplet: 9E, D4 and 07. RGB value is (158,212,7). Sum of RGB (Red+Green+Blue) = 158+212+7=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 212 (83.20% from 255 or 56.23% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED407 is #612BF8. Grayscale: #ADADAD. Windows color (decimal): -6368249 or 513182. OLE color: 513182.
HSL color Cylindrical-coordinate representation of color #9ED407: hue angle of 75.8º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9ED407 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.17 |
| HSL | 75.8º | 0.94% | 0.43% | - |
| HSV(B) | 75.8º | 0.97% | 0.83% | - |
| XYZ | 37.68 | 54.37 | 8.71 | - |
| YUV | 172.48 | 34.61 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 7 | 0.25 | 0 | 0.97 | 0.17 | 75.8 | 0.94 | 0.43 |
| Hex | 9E | D4 | 7 | 19 | 0 | 61 | 11 | 4C | 5E | 2B |
| Octal | 236 | 324 | 7 | 31 | 0 | 141 | 21 | 114 | 136 | 53 |
| Binary | 10011110 | 11010100 | 111 | 11001 | 0 | 1100001 | 10001 | 1001100 | 1011110 | 101011 |
Color Harmonies of #9ED407
Complementary color
Monochromatic Colors of #9ED407
Black with #9ED407
Text Example
Text Example
White with #9ED407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED407; }
p { color: rgb(158,212,7); }
H1.HeaderClassName
{
color: #9ED407;
}
.AnyTagClassName
{
color: #9ED407;
}
</style>
background-color css
<style>
a { background-color: #9ED407; }
a { background-color: rgb(158,212,7); }
div.DivClassName
{
background-color: #9ED407;
}
.BgClassName
{
background-color: #9ED407;
}
</style>
border-color css
<style>
span { border-color: #9ED407; }
span { border-color: rgb(158,212,7); }
td.TdClassName
{
border-color: #9ED407;
}
.TagClassName
{
border-color: #9ED407;
}
</style>