Shades of Inch Worm #9CDD0E
Tints of Inch Worm #9CDD0E
RGB
CMYK
RGB Variations
Color information
#9CDD0E (or 0x9CDD0E) is known color: Inch Worm. HEX triplet: 9C, DD and 0E. RGB value is (156,221,14). Sum of RGB (Red+Green+Blue) = 156+221+14=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDD0E is #6322F1. Grayscale: #B2B2B2. Windows color (decimal): -6497010 or 974236. OLE color: 974236.
HSL color Cylindrical-coordinate representation of color #9CDD0E: hue angle of 78.84º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CDD0E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.13 |
| HSL | 78.84º | 0.88% | 0.46% | - |
| HSV(B) | 78.84º | 0.94% | 0.87% | - |
| XYZ | 39.65 | 58.81 | 9.68 | - |
| YUV | 177.97 | 35.47 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 14 | 0.29 | 0 | 0.94 | 0.13 | 78.84 | 0.88 | 0.46 |
| Hex | 9C | DD | E | 1D | 0 | 5E | D | 4F | 58 | 2E |
| Octal | 234 | 335 | 16 | 35 | 0 | 136 | 15 | 117 | 130 | 56 |
| Binary | 10011100 | 11011101 | 1110 | 11101 | 0 | 1011110 | 1101 | 1001111 | 1011000 | 101110 |
Color Harmonies of #9CDD0E
Complementary color
Monochromatic Colors of #9CDD0E
Black with #9CDD0E
Text Example
Text Example
White with #9CDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD0E; }
p { color: rgb(156,221,14); }
H1.HeaderClassName
{
color: #9CDD0E;
}
.AnyTagClassName
{
color: #9CDD0E;
}
</style>
background-color css
<style>
a { background-color: #9CDD0E; }
a { background-color: rgb(156,221,14); }
div.DivClassName
{
background-color: #9CDD0E;
}
.BgClassName
{
background-color: #9CDD0E;
}
</style>
border-color css
<style>
span { border-color: #9CDD0E; }
span { border-color: rgb(156,221,14); }
td.TdClassName
{
border-color: #9CDD0E;
}
.TagClassName
{
border-color: #9CDD0E;
}
</style>