Shades of Inch Worm #9BD800
Tints of Inch Worm #9BD800
RGB
CMYK
RGB Variations
Color information
#9BD800 (or 0x9BD800) is known color: Inch Worm. HEX triplet: 9B, D8 and 00. RGB value is (155,216,0). Sum of RGB (Red+Green+Blue) = 155+216+0=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD800 is #6427FF. Grayscale: #ADADAD. Windows color (decimal): -6563840 or 55451. OLE color: 55451.
HSL color Cylindrical-coordinate representation of color #9BD800: hue angle of 76.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BD800 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.15 |
| HSL | 76.94º | 1% | 0.42% | - |
| HSV(B) | 76.94º | 1% | 0.85% | - |
| XYZ | 38.07 | 56.08 | 8.82 | - |
| YUV | 173.14 | 30.29 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 0 | 0.28 | 0 | 1 | 0.15 | 76.94 | 1 | 0.42 |
| Hex | 9B | D8 | 0 | 1C | 0 | 64 | F | 4D | 64 | 2A |
| Octal | 233 | 330 | 0 | 34 | 0 | 144 | 17 | 115 | 144 | 52 |
| Binary | 10011011 | 11011000 | 0 | 11100 | 0 | 1100100 | 1111 | 1001101 | 1100100 | 101010 |
Color Harmonies of #9BD800
Complementary color
Monochromatic Colors of #9BD800
Black with #9BD800
Text Example
Text Example
White with #9BD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD800; }
p { color: rgb(155,216,0); }
H1.HeaderClassName
{
color: #9BD800;
}
.AnyTagClassName
{
color: #9BD800;
}
</style>
background-color css
<style>
a { background-color: #9BD800; }
a { background-color: rgb(155,216,0); }
div.DivClassName
{
background-color: #9BD800;
}
.BgClassName
{
background-color: #9BD800;
}
</style>
border-color css
<style>
span { border-color: #9BD800; }
span { border-color: rgb(155,216,0); }
td.TdClassName
{
border-color: #9BD800;
}
.TagClassName
{
border-color: #9BD800;
}
</style>