Shades of Inch Worm #9CDC03
Tints of Inch Worm #9CDC03
RGB
CMYK
RGB Variations
Color information
#9CDC03 (or 0x9CDC03) is known color: Inch Worm. HEX triplet: 9C, DC and 03. RGB value is (156,220,3). Sum of RGB (Red+Green+Blue) = 156+220+3=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDC03 is #6323FC. Grayscale: #B0B0B0. Windows color (decimal): -6497277 or 253084. OLE color: 253084.
HSL color Cylindrical-coordinate representation of color #9CDC03: hue angle of 77.7º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CDC03 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.14 |
| HSL | 77.7º | 0.97% | 0.44% | - |
| HSV(B) | 77.7º | 0.99% | 0.86% | - |
| XYZ | 39.32 | 58.26 | 9.26 | - |
| YUV | 176.13 | 30.3 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 3 | 0.29 | 0 | 0.99 | 0.14 | 77.7 | 0.97 | 0.44 |
| Hex | 9C | DC | 3 | 1D | 0 | 63 | E | 4E | 61 | 2C |
| Octal | 234 | 334 | 3 | 35 | 0 | 143 | 16 | 116 | 141 | 54 |
| Binary | 10011100 | 11011100 | 11 | 11101 | 0 | 1100011 | 1110 | 1001110 | 1100001 | 101100 |
Color Harmonies of #9CDC03
Complementary color
Monochromatic Colors of #9CDC03
Black with #9CDC03
Text Example
Text Example
White with #9CDC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC03; }
p { color: rgb(156,220,3); }
H1.HeaderClassName
{
color: #9CDC03;
}
.AnyTagClassName
{
color: #9CDC03;
}
</style>
background-color css
<style>
a { background-color: #9CDC03; }
a { background-color: rgb(156,220,3); }
div.DivClassName
{
background-color: #9CDC03;
}
.BgClassName
{
background-color: #9CDC03;
}
</style>
border-color css
<style>
span { border-color: #9CDC03; }
span { border-color: rgb(156,220,3); }
td.TdClassName
{
border-color: #9CDC03;
}
.TagClassName
{
border-color: #9CDC03;
}
</style>