Shades of Inch Worm #94E60E
Tints of Inch Worm #94E60E
RGB
CMYK
RGB Variations
Color information
#94E60E (or 0x94E60E) is known color: Inch Worm. HEX triplet: 94, E6 and 0E. RGB value is (148,230,14). Sum of RGB (Red+Green+Blue) = 148+230+14=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 230 (90.23% from 255 or 58.67% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 230 - color contains mainly: green. Hex color #94E60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94E60E is #6B19F1. Grayscale: #B5B5B5. Windows color (decimal): -7018994 or 976532. OLE color: 976532.
HSL color Cylindrical-coordinate representation of color #94E60E: hue angle of 82.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94E60E is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 14 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.10 |
| HSL | 82.78º | 0.89% | 0.48% | - |
| HSV(B) | 82.78º | 0.94% | 0.9% | - |
| XYZ | 40.59 | 62.92 | 10.42 | - |
| YUV | 180.86 | 33.83 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 14 | 0.36 | 0 | 0.94 | 0.10 | 82.78 | 0.89 | 0.48 |
| Hex | 94 | E6 | E | 24 | 0 | 5E | A | 53 | 59 | 30 |
| Octal | 224 | 346 | 16 | 44 | 0 | 136 | 12 | 123 | 131 | 60 |
| Binary | 10010100 | 11100110 | 1110 | 100100 | 0 | 1011110 | 1010 | 1010011 | 1011001 | 110000 |
Color Harmonies of #94E60E
Complementary color
Monochromatic Colors of #94E60E
Black with #94E60E
Text Example
Text Example
White with #94E60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E60E; }
p { color: rgb(148,230,14); }
H1.HeaderClassName
{
color: #94E60E;
}
.AnyTagClassName
{
color: #94E60E;
}
</style>
background-color css
<style>
a { background-color: #94E60E; }
a { background-color: rgb(148,230,14); }
div.DivClassName
{
background-color: #94E60E;
}
.BgClassName
{
background-color: #94E60E;
}
</style>
border-color css
<style>
span { border-color: #94E60E; }
span { border-color: rgb(148,230,14); }
td.TdClassName
{
border-color: #94E60E;
}
.TagClassName
{
border-color: #94E60E;
}
</style>