Shades of Inch Worm #9CDC16
Tints of Inch Worm #9CDC16
RGB
CMYK
RGB Variations
Color information
#9CDC16 (or 0x9CDC16) is known color: Inch Worm. HEX triplet: 9C, DC and 16. RGB value is (156,220,22). Sum of RGB (Red+Green+Blue) = 156+220+22=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDC16 is #6323E9. Grayscale: #B3B3B3. Windows color (decimal): -6497258 or 1498268. OLE color: 1498268.
HSL color Cylindrical-coordinate representation of color #9CDC16: hue angle of 79.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CDC16 is Cyan = 0.29, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 22 | - |
| CMYK | 0.29 | 0 | 0.9 | 0.14 |
| HSL | 79.39º | 0.82% | 0.47% | - |
| HSV(B) | 79.39º | 0.9% | 0.86% | - |
| XYZ | 39.45 | 58.31 | 9.94 | - |
| YUV | 178.29 | 39.8 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 22 | 0.29 | 0 | 0.9 | 0.14 | 79.39 | 0.82 | 0.47 |
| Hex | 9C | DC | 16 | 1D | 0 | 5A | E | 4F | 52 | 2F |
| Octal | 234 | 334 | 26 | 35 | 0 | 132 | 16 | 117 | 122 | 57 |
| Binary | 10011100 | 11011100 | 10110 | 11101 | 0 | 1011010 | 1110 | 1001111 | 1010010 | 101111 |
Color Harmonies of #9CDC16
Complementary color
Monochromatic Colors of #9CDC16
Black with #9CDC16
Text Example
Text Example
White with #9CDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC16; }
p { color: rgb(156,220,22); }
H1.HeaderClassName
{
color: #9CDC16;
}
.AnyTagClassName
{
color: #9CDC16;
}
</style>
background-color css
<style>
a { background-color: #9CDC16; }
a { background-color: rgb(156,220,22); }
div.DivClassName
{
background-color: #9CDC16;
}
.BgClassName
{
background-color: #9CDC16;
}
</style>
border-color css
<style>
span { border-color: #9CDC16; }
span { border-color: rgb(156,220,22); }
td.TdClassName
{
border-color: #9CDC16;
}
.TagClassName
{
border-color: #9CDC16;
}
</style>