Shades of Inch Worm #9BD516
Tints of Inch Worm #9BD516
RGB
CMYK
RGB Variations
Color information
#9BD516 (or 0x9BD516) is known color: Inch Worm. HEX triplet: 9B, D5 and 16. RGB value is (155,213,22). Sum of RGB (Red+Green+Blue) = 155+213+22=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD516 is #642AE9. Grayscale: #AEAEAE. Windows color (decimal): -6564586 or 1496475. OLE color: 1496475.
HSL color Cylindrical-coordinate representation of color #9BD516: hue angle of 78.22º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BD516 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 22 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.16 |
| HSL | 78.22º | 0.81% | 0.46% | - |
| HSV(B) | 78.22º | 0.9% | 0.84% | - |
| XYZ | 37.46 | 54.62 | 9.33 | - |
| YUV | 173.88 | 42.28 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 22 | 0.27 | 0 | 0.90 | 0.16 | 78.22 | 0.81 | 0.46 |
| Hex | 9B | D5 | 16 | 1B | 0 | 5A | 10 | 4E | 51 | 2E |
| Octal | 233 | 325 | 26 | 33 | 0 | 132 | 20 | 116 | 121 | 56 |
| Binary | 10011011 | 11010101 | 10110 | 11011 | 0 | 1011010 | 10000 | 1001110 | 1010001 | 101110 |
Color Harmonies of #9BD516
Complementary color
Monochromatic Colors of #9BD516
Black with #9BD516
Text Example
Text Example
White with #9BD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD516; }
p { color: rgb(155,213,22); }
H1.HeaderClassName
{
color: #9BD516;
}
.AnyTagClassName
{
color: #9BD516;
}
</style>
background-color css
<style>
a { background-color: #9BD516; }
a { background-color: rgb(155,213,22); }
div.DivClassName
{
background-color: #9BD516;
}
.BgClassName
{
background-color: #9BD516;
}
</style>
border-color css
<style>
span { border-color: #9BD516; }
span { border-color: rgb(155,213,22); }
td.TdClassName
{
border-color: #9BD516;
}
.TagClassName
{
border-color: #9BD516;
}
</style>