Shades of Inch Worm #94DB09
Tints of Inch Worm #94DB09
RGB
CMYK
RGB Variations
Color information
#94DB09 (or 0x94DB09) is known color: Inch Worm. HEX triplet: 94, DB and 09. RGB value is (148,219,9). Sum of RGB (Red+Green+Blue) = 148+219+9=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DB09 is #6B24F6. Grayscale: #AEAEAE. Windows color (decimal): -7021815 or 646036. OLE color: 646036.
HSL color Cylindrical-coordinate representation of color #94DB09: hue angle of 80.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94DB09 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 9 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.14 |
| HSL | 80.29º | 0.92% | 0.45% | - |
| HSV(B) | 80.29º | 0.96% | 0.86% | - |
| XYZ | 37.59 | 56.98 | 9.28 | - |
| YUV | 173.83 | 34.98 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 9 | 0.32 | 0 | 0.96 | 0.14 | 80.29 | 0.92 | 0.45 |
| Hex | 94 | DB | 9 | 20 | 0 | 60 | E | 50 | 5C | 2D |
| Octal | 224 | 333 | 11 | 40 | 0 | 140 | 16 | 120 | 134 | 55 |
| Binary | 10010100 | 11011011 | 1001 | 100000 | 0 | 1100000 | 1110 | 1010000 | 1011100 | 101101 |
Color Harmonies of #94DB09
Complementary color
Monochromatic Colors of #94DB09
Black with #94DB09
Text Example
Text Example
White with #94DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB09; }
p { color: rgb(148,219,9); }
H1.HeaderClassName
{
color: #94DB09;
}
.AnyTagClassName
{
color: #94DB09;
}
</style>
background-color css
<style>
a { background-color: #94DB09; }
a { background-color: rgb(148,219,9); }
div.DivClassName
{
background-color: #94DB09;
}
.BgClassName
{
background-color: #94DB09;
}
</style>
border-color css
<style>
span { border-color: #94DB09; }
span { border-color: rgb(148,219,9); }
td.TdClassName
{
border-color: #94DB09;
}
.TagClassName
{
border-color: #94DB09;
}
</style>