Shades of Inch Worm #9BDC08
Tints of Inch Worm #9BDC08
RGB
CMYK
RGB Variations
Color information
#9BDC08 (or 0x9BDC08) is known color: Inch Worm. HEX triplet: 9B, DC and 08. RGB value is (155,220,8). Sum of RGB (Red+Green+Blue) = 155+220+8=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDC08 is #6423F7. Grayscale: #B1B1B1. Windows color (decimal): -6562808 or 580763. OLE color: 580763.
HSL color Cylindrical-coordinate representation of color #9BDC08: hue angle of 78.4º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BDC08 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.14 |
| HSL | 78.4º | 0.93% | 0.45% | - |
| HSV(B) | 78.4º | 0.96% | 0.86% | - |
| XYZ | 39.15 | 58.17 | 9.39 | - |
| YUV | 176.4 | 32.97 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 8 | 0.30 | 0 | 0.96 | 0.14 | 78.4 | 0.93 | 0.45 |
| Hex | 9B | DC | 8 | 1E | 0 | 60 | E | 4E | 5D | 2D |
| Octal | 233 | 334 | 10 | 36 | 0 | 140 | 16 | 116 | 135 | 55 |
| Binary | 10011011 | 11011100 | 1000 | 11110 | 0 | 1100000 | 1110 | 1001110 | 1011101 | 101101 |
Color Harmonies of #9BDC08
Complementary color
Monochromatic Colors of #9BDC08
Black with #9BDC08
Text Example
Text Example
White with #9BDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC08; }
p { color: rgb(155,220,8); }
H1.HeaderClassName
{
color: #9BDC08;
}
.AnyTagClassName
{
color: #9BDC08;
}
</style>
background-color css
<style>
a { background-color: #9BDC08; }
a { background-color: rgb(155,220,8); }
div.DivClassName
{
background-color: #9BDC08;
}
.BgClassName
{
background-color: #9BDC08;
}
</style>
border-color css
<style>
span { border-color: #9BDC08; }
span { border-color: rgb(155,220,8); }
td.TdClassName
{
border-color: #9BDC08;
}
.TagClassName
{
border-color: #9BDC08;
}
</style>