Shades of Inch Worm #9BEC14
Tints of Inch Worm #9BEC14
RGB
CMYK
RGB Variations
Color information
#9BEC14 (or 0x9BEC14) is known color: Inch Worm. HEX triplet: 9B, EC and 14. RGB value is (155,236,20). Sum of RGB (Red+Green+Blue) = 155+236+20=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEC14 is #6413EB. Grayscale: #BBBBBB. Windows color (decimal): -6558700 or 1371291. OLE color: 1371291.
HSL color Cylindrical-coordinate representation of color #9BEC14: hue angle of 82.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BEC14 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 20 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.07 |
| HSL | 82.5º | 0.85% | 0.5% | - |
| HSV(B) | 82.5º | 0.92% | 0.93% | - |
| XYZ | 43.64 | 67.01 | 11.3 | - |
| YUV | 187.16 | 33.66 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 20 | 0.34 | 0 | 0.92 | 0.07 | 82.5 | 0.85 | 0.5 |
| Hex | 9B | EC | 14 | 22 | 0 | 5C | 7 | 52 | 55 | 32 |
| Octal | 233 | 354 | 24 | 42 | 0 | 134 | 7 | 122 | 125 | 62 |
| Binary | 10011011 | 11101100 | 10100 | 100010 | 0 | 1011100 | 111 | 1010010 | 1010101 | 110010 |
Color Harmonies of #9BEC14
Complementary color
Monochromatic Colors of #9BEC14
Black with #9BEC14
Text Example
Text Example
White with #9BEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC14; }
p { color: rgb(155,236,20); }
H1.HeaderClassName
{
color: #9BEC14;
}
.AnyTagClassName
{
color: #9BEC14;
}
</style>
background-color css
<style>
a { background-color: #9BEC14; }
a { background-color: rgb(155,236,20); }
div.DivClassName
{
background-color: #9BEC14;
}
.BgClassName
{
background-color: #9BEC14;
}
</style>
border-color css
<style>
span { border-color: #9BEC14; }
span { border-color: rgb(155,236,20); }
td.TdClassName
{
border-color: #9BEC14;
}
.TagClassName
{
border-color: #9BEC14;
}
</style>