Shades of Inch Worm #9BDE08
Tints of Inch Worm #9BDE08
RGB
CMYK
RGB Variations
Color information
#9BDE08 (or 0x9BDE08) is known color: Inch Worm. HEX triplet: 9B, DE and 08. RGB value is (155,222,8). Sum of RGB (Red+Green+Blue) = 155+222+8=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDE08 is #6421F7. Grayscale: #B2B2B2. Windows color (decimal): -6562296 or 581275. OLE color: 581275.
HSL color Cylindrical-coordinate representation of color #9BDE08: hue angle of 78.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BDE08 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.13 |
| HSL | 78.79º | 0.93% | 0.45% | - |
| HSV(B) | 78.79º | 0.96% | 0.87% | - |
| XYZ | 39.68 | 59.23 | 9.57 | - |
| YUV | 177.57 | 32.3 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 8 | 0.30 | 0 | 0.96 | 0.13 | 78.79 | 0.93 | 0.45 |
| Hex | 9B | DE | 8 | 1E | 0 | 60 | D | 4F | 5D | 2D |
| Octal | 233 | 336 | 10 | 36 | 0 | 140 | 15 | 117 | 135 | 55 |
| Binary | 10011011 | 11011110 | 1000 | 11110 | 0 | 1100000 | 1101 | 1001111 | 1011101 | 101101 |
Color Harmonies of #9BDE08
Complementary color
Monochromatic Colors of #9BDE08
Black with #9BDE08
Text Example
Text Example
White with #9BDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDE08; }
p { color: rgb(155,222,8); }
H1.HeaderClassName
{
color: #9BDE08;
}
.AnyTagClassName
{
color: #9BDE08;
}
</style>
background-color css
<style>
a { background-color: #9BDE08; }
a { background-color: rgb(155,222,8); }
div.DivClassName
{
background-color: #9BDE08;
}
.BgClassName
{
background-color: #9BDE08;
}
</style>
border-color css
<style>
span { border-color: #9BDE08; }
span { border-color: rgb(155,222,8); }
td.TdClassName
{
border-color: #9BDE08;
}
.TagClassName
{
border-color: #9BDE08;
}
</style>