Shades of Inch Worm #9BEC20
Tints of Inch Worm #9BEC20
RGB
CMYK
RGB Variations
Color information
#9BEC20 (or 0x9BEC20) is known color: Inch Worm. HEX triplet: 9B, EC and 20. RGB value is (155,236,32). Sum of RGB (Red+Green+Blue) = 155+236+32=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEC20 is #6413DF. Grayscale: #BDBDBD. Windows color (decimal): -6558688 or 2157723. OLE color: 2157723.
HSL color Cylindrical-coordinate representation of color #9BEC20: hue angle of 83.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BEC20 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 32 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.07 |
| HSL | 83.82º | 0.84% | 0.53% | - |
| HSV(B) | 83.82º | 0.86% | 0.93% | - |
| XYZ | 43.77 | 67.06 | 12 | - |
| YUV | 188.53 | 39.66 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 32 | 0.34 | 0 | 0.86 | 0.07 | 83.82 | 0.84 | 0.53 |
| Hex | 9B | EC | 20 | 22 | 0 | 56 | 7 | 54 | 54 | 35 |
| Octal | 233 | 354 | 40 | 42 | 0 | 126 | 7 | 124 | 124 | 65 |
| Binary | 10011011 | 11101100 | 100000 | 100010 | 0 | 1010110 | 111 | 1010100 | 1010100 | 110101 |
Color Harmonies of #9BEC20
Complementary color
Monochromatic Colors of #9BEC20
Black with #9BEC20
Text Example
Text Example
White with #9BEC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC20; }
p { color: rgb(155,236,32); }
H1.HeaderClassName
{
color: #9BEC20;
}
.AnyTagClassName
{
color: #9BEC20;
}
</style>
background-color css
<style>
a { background-color: #9BEC20; }
a { background-color: rgb(155,236,32); }
div.DivClassName
{
background-color: #9BEC20;
}
.BgClassName
{
background-color: #9BEC20;
}
</style>
border-color css
<style>
span { border-color: #9BEC20; }
span { border-color: rgb(155,236,32); }
td.TdClassName
{
border-color: #9BEC20;
}
.TagClassName
{
border-color: #9BEC20;
}
</style>