Shades of Inch Worm #93D40C
Tints of Inch Worm #93D40C
RGB
CMYK
RGB Variations
Color information
#93D40C (or 0x93D40C) is known color: Inch Worm. HEX triplet: 93, D4 and 0C. RGB value is (147,212,12). Sum of RGB (Red+Green+Blue) = 147+212+12=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #93D40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D40C is #6C2BF3. Grayscale: #AAAAAA. Windows color (decimal): -7089140 or 840851. OLE color: 840851.
HSL color Cylindrical-coordinate representation of color #93D40C: hue angle of 79.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93D40C is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 12 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.17 |
| HSL | 79.5º | 0.89% | 0.44% | - |
| HSV(B) | 79.5º | 0.94% | 0.83% | - |
| XYZ | 35.64 | 53.32 | 8.76 | - |
| YUV | 169.77 | 38.97 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 12 | 0.31 | 0 | 0.94 | 0.17 | 79.5 | 0.89 | 0.44 |
| Hex | 93 | D4 | C | 1F | 0 | 5E | 11 | 50 | 59 | 2C |
| Octal | 223 | 324 | 14 | 37 | 0 | 136 | 21 | 120 | 131 | 54 |
| Binary | 10010011 | 11010100 | 1100 | 11111 | 0 | 1011110 | 10001 | 1010000 | 1011001 | 101100 |
Color Harmonies of #93D40C
Complementary color
Monochromatic Colors of #93D40C
Black with #93D40C
Text Example
Text Example
White with #93D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D40C; }
p { color: rgb(147,212,12); }
H1.HeaderClassName
{
color: #93D40C;
}
.AnyTagClassName
{
color: #93D40C;
}
</style>
background-color css
<style>
a { background-color: #93D40C; }
a { background-color: rgb(147,212,12); }
div.DivClassName
{
background-color: #93D40C;
}
.BgClassName
{
background-color: #93D40C;
}
</style>
border-color css
<style>
span { border-color: #93D40C; }
span { border-color: rgb(147,212,12); }
td.TdClassName
{
border-color: #93D40C;
}
.TagClassName
{
border-color: #93D40C;
}
</style>