Shades of Inch Worm #9BEC1F
Tints of Inch Worm #9BEC1F
RGB
CMYK
RGB Variations
Color information
#9BEC1F (or 0x9BEC1F) is known color: Inch Worm. HEX triplet: 9B, EC and 1F. RGB value is (155,236,31). Sum of RGB (Red+Green+Blue) = 155+236+31=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEC1F is #6413E0. Grayscale: #BDBDBD. Windows color (decimal): -6558689 or 2092187. OLE color: 2092187.
HSL color Cylindrical-coordinate representation of color #9BEC1F: hue angle of 83.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BEC1F is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 31 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.07 |
| HSL | 83.71º | 0.84% | 0.52% | - |
| HSV(B) | 83.71º | 0.87% | 0.93% | - |
| XYZ | 43.76 | 67.06 | 11.93 | - |
| YUV | 188.41 | 39.16 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 31 | 0.34 | 0 | 0.87 | 0.07 | 83.71 | 0.84 | 0.52 |
| Hex | 9B | EC | 1F | 22 | 0 | 57 | 7 | 54 | 54 | 34 |
| Octal | 233 | 354 | 37 | 42 | 0 | 127 | 7 | 124 | 124 | 64 |
| Binary | 10011011 | 11101100 | 11111 | 100010 | 0 | 1010111 | 111 | 1010100 | 1010100 | 110100 |
Color Harmonies of #9BEC1F
Complementary color
Monochromatic Colors of #9BEC1F
Black with #9BEC1F
Text Example
Text Example
White with #9BEC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC1F; }
p { color: rgb(155,236,31); }
H1.HeaderClassName
{
color: #9BEC1F;
}
.AnyTagClassName
{
color: #9BEC1F;
}
</style>
background-color css
<style>
a { background-color: #9BEC1F; }
a { background-color: rgb(155,236,31); }
div.DivClassName
{
background-color: #9BEC1F;
}
.BgClassName
{
background-color: #9BEC1F;
}
</style>
border-color css
<style>
span { border-color: #9BEC1F; }
span { border-color: rgb(155,236,31); }
td.TdClassName
{
border-color: #9BEC1F;
}
.TagClassName
{
border-color: #9BEC1F;
}
</style>