Shades of Inch Worm #9BDC06
Tints of Inch Worm #9BDC06
RGB
CMYK
RGB Variations
Color information
#9BDC06 (or 0x9BDC06) is known color: Inch Worm. HEX triplet: 9B, DC and 06. RGB value is (155,220,6). Sum of RGB (Red+Green+Blue) = 155+220+6=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDC06 is #6423F9. Grayscale: #B0B0B0. Windows color (decimal): -6562810 or 449691. OLE color: 449691.
HSL color Cylindrical-coordinate representation of color #9BDC06: hue angle of 78.22º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BDC06 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.14 |
| HSL | 78.22º | 0.95% | 0.44% | - |
| HSV(B) | 78.22º | 0.97% | 0.86% | - |
| XYZ | 39.14 | 58.17 | 9.34 | - |
| YUV | 176.17 | 31.97 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 6 | 0.30 | 0 | 0.97 | 0.14 | 78.22 | 0.95 | 0.44 |
| Hex | 9B | DC | 6 | 1E | 0 | 61 | E | 4E | 5F | 2C |
| Octal | 233 | 334 | 6 | 36 | 0 | 141 | 16 | 116 | 137 | 54 |
| Binary | 10011011 | 11011100 | 110 | 11110 | 0 | 1100001 | 1110 | 1001110 | 1011111 | 101100 |
Color Harmonies of #9BDC06
Complementary color
Monochromatic Colors of #9BDC06
Black with #9BDC06
Text Example
Text Example
White with #9BDC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC06; }
p { color: rgb(155,220,6); }
H1.HeaderClassName
{
color: #9BDC06;
}
.AnyTagClassName
{
color: #9BDC06;
}
</style>
background-color css
<style>
a { background-color: #9BDC06; }
a { background-color: rgb(155,220,6); }
div.DivClassName
{
background-color: #9BDC06;
}
.BgClassName
{
background-color: #9BDC06;
}
</style>
border-color css
<style>
span { border-color: #9BDC06; }
span { border-color: rgb(155,220,6); }
td.TdClassName
{
border-color: #9BDC06;
}
.TagClassName
{
border-color: #9BDC06;
}
</style>