Shades of Inch Worm #93D90D
Tints of Inch Worm #93D90D
RGB
CMYK
RGB Variations
Color information
#93D90D (or 0x93D90D) is known color: Inch Worm. HEX triplet: 93, D9 and 0D. RGB value is (147,217,13). Sum of RGB (Red+Green+Blue) = 147+217+13=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #93D90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D90D is #6C26F2. Grayscale: #ADADAD. Windows color (decimal): -7087859 or 907667. OLE color: 907667.
HSL color Cylindrical-coordinate representation of color #93D90D: hue angle of 80.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93D90D is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 13 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.15 |
| HSL | 80.59º | 0.89% | 0.45% | - |
| HSV(B) | 80.59º | 0.94% | 0.85% | - |
| XYZ | 36.92 | 55.86 | 9.22 | - |
| YUV | 172.81 | 37.81 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 13 | 0.32 | 0 | 0.94 | 0.15 | 80.59 | 0.89 | 0.45 |
| Hex | 93 | D9 | D | 20 | 0 | 5E | F | 51 | 59 | 2D |
| Octal | 223 | 331 | 15 | 40 | 0 | 136 | 17 | 121 | 131 | 55 |
| Binary | 10010011 | 11011001 | 1101 | 100000 | 0 | 1011110 | 1111 | 1010001 | 1011001 | 101101 |
Color Harmonies of #93D90D
Complementary color
Monochromatic Colors of #93D90D
Black with #93D90D
Text Example
Text Example
White with #93D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D90D; }
p { color: rgb(147,217,13); }
H1.HeaderClassName
{
color: #93D90D;
}
.AnyTagClassName
{
color: #93D90D;
}
</style>
background-color css
<style>
a { background-color: #93D90D; }
a { background-color: rgb(147,217,13); }
div.DivClassName
{
background-color: #93D90D;
}
.BgClassName
{
background-color: #93D90D;
}
</style>
border-color css
<style>
span { border-color: #93D90D; }
span { border-color: rgb(147,217,13); }
td.TdClassName
{
border-color: #93D90D;
}
.TagClassName
{
border-color: #93D90D;
}
</style>