Shades of Inch Worm #9BEC15
Tints of Inch Worm #9BEC15
RGB
CMYK
RGB Variations
Color information
#9BEC15 (or 0x9BEC15) is known color: Inch Worm. HEX triplet: 9B, EC and 15. RGB value is (155,236,21). Sum of RGB (Red+Green+Blue) = 155+236+21=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 236 (92.58% from 255 or 57.28% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEC15 is #6413EA. Grayscale: #BCBCBC. Windows color (decimal): -6558699 or 1436827. OLE color: 1436827.
HSL color Cylindrical-coordinate representation of color #9BEC15: hue angle of 82.6º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BEC15 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 21 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.07 |
| HSL | 82.6º | 0.85% | 0.5% | - |
| HSV(B) | 82.6º | 0.91% | 0.93% | - |
| XYZ | 43.65 | 67.01 | 11.34 | - |
| YUV | 187.27 | 34.16 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 21 | 0.34 | 0 | 0.91 | 0.07 | 82.6 | 0.85 | 0.5 |
| Hex | 9B | EC | 15 | 22 | 0 | 5B | 7 | 53 | 55 | 32 |
| Octal | 233 | 354 | 25 | 42 | 0 | 133 | 7 | 123 | 125 | 62 |
| Binary | 10011011 | 11101100 | 10101 | 100010 | 0 | 1011011 | 111 | 1010011 | 1010101 | 110010 |
Color Harmonies of #9BEC15
Complementary color
Monochromatic Colors of #9BEC15
Black with #9BEC15
Text Example
Text Example
White with #9BEC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC15; }
p { color: rgb(155,236,21); }
H1.HeaderClassName
{
color: #9BEC15;
}
.AnyTagClassName
{
color: #9BEC15;
}
</style>
background-color css
<style>
a { background-color: #9BEC15; }
a { background-color: rgb(155,236,21); }
div.DivClassName
{
background-color: #9BEC15;
}
.BgClassName
{
background-color: #9BEC15;
}
</style>
border-color css
<style>
span { border-color: #9BEC15; }
span { border-color: rgb(155,236,21); }
td.TdClassName
{
border-color: #9BEC15;
}
.TagClassName
{
border-color: #9BEC15;
}
</style>