Shades of Inch Worm #9CDD14
Tints of Inch Worm #9CDD14
RGB
CMYK
RGB Variations
Color information
#9CDD14 (or 0x9CDD14) is known color: Inch Worm. HEX triplet: 9C, DD and 14. RGB value is (156,221,20). Sum of RGB (Red+Green+Blue) = 156+221+20=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDD14 is #6322EB. Grayscale: #B3B3B3. Windows color (decimal): -6497004 or 1367452. OLE color: 1367452.
HSL color Cylindrical-coordinate representation of color #9CDD14: hue angle of 79.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CDD14 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 20 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.13 |
| HSL | 79.4º | 0.83% | 0.47% | - |
| HSV(B) | 79.4º | 0.91% | 0.87% | - |
| XYZ | 39.69 | 58.83 | 9.93 | - |
| YUV | 178.65 | 38.47 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 20 | 0.29 | 0 | 0.91 | 0.13 | 79.4 | 0.83 | 0.47 |
| Hex | 9C | DD | 14 | 1D | 0 | 5B | D | 4F | 53 | 2F |
| Octal | 234 | 335 | 24 | 35 | 0 | 133 | 15 | 117 | 123 | 57 |
| Binary | 10011100 | 11011101 | 10100 | 11101 | 0 | 1011011 | 1101 | 1001111 | 1010011 | 101111 |
Color Harmonies of #9CDD14
Complementary color
Monochromatic Colors of #9CDD14
Black with #9CDD14
Text Example
Text Example
White with #9CDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD14; }
p { color: rgb(156,221,20); }
H1.HeaderClassName
{
color: #9CDD14;
}
.AnyTagClassName
{
color: #9CDD14;
}
</style>
background-color css
<style>
a { background-color: #9CDD14; }
a { background-color: rgb(156,221,20); }
div.DivClassName
{
background-color: #9CDD14;
}
.BgClassName
{
background-color: #9CDD14;
}
</style>
border-color css
<style>
span { border-color: #9CDD14; }
span { border-color: rgb(156,221,20); }
td.TdClassName
{
border-color: #9CDD14;
}
.TagClassName
{
border-color: #9CDD14;
}
</style>