Shades of Inch Worm #9CDD0F
Tints of Inch Worm #9CDD0F
RGB
CMYK
RGB Variations
Color information
#9CDD0F (or 0x9CDD0F) is known color: Inch Worm. HEX triplet: 9C, DD and 0F. RGB value is (156,221,15). Sum of RGB (Red+Green+Blue) = 156+221+15=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDD0F is #6322F0. Grayscale: #B2B2B2. Windows color (decimal): -6497009 or 1039772. OLE color: 1039772.
HSL color Cylindrical-coordinate representation of color #9CDD0F: hue angle of 78.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CDD0F is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 15 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.13 |
| HSL | 78.93º | 0.87% | 0.46% | - |
| HSV(B) | 78.93º | 0.93% | 0.87% | - |
| XYZ | 39.65 | 58.82 | 9.71 | - |
| YUV | 178.08 | 35.97 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 15 | 0.29 | 0 | 0.93 | 0.13 | 78.93 | 0.87 | 0.46 |
| Hex | 9C | DD | F | 1D | 0 | 5D | D | 4F | 57 | 2E |
| Octal | 234 | 335 | 17 | 35 | 0 | 135 | 15 | 117 | 127 | 56 |
| Binary | 10011100 | 11011101 | 1111 | 11101 | 0 | 1011101 | 1101 | 1001111 | 1010111 | 101110 |
Color Harmonies of #9CDD0F
Complementary color
Monochromatic Colors of #9CDD0F
Black with #9CDD0F
Text Example
Text Example
White with #9CDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD0F; }
p { color: rgb(156,221,15); }
H1.HeaderClassName
{
color: #9CDD0F;
}
.AnyTagClassName
{
color: #9CDD0F;
}
</style>
background-color css
<style>
a { background-color: #9CDD0F; }
a { background-color: rgb(156,221,15); }
div.DivClassName
{
background-color: #9CDD0F;
}
.BgClassName
{
background-color: #9CDD0F;
}
</style>
border-color css
<style>
span { border-color: #9CDD0F; }
span { border-color: rgb(156,221,15); }
td.TdClassName
{
border-color: #9CDD0F;
}
.TagClassName
{
border-color: #9CDD0F;
}
</style>