Shades of Inch Worm #9BD815
Tints of Inch Worm #9BD815
RGB
CMYK
RGB Variations
Color information
#9BD815 (or 0x9BD815) is known color: Inch Worm. HEX triplet: 9B, D8 and 15. RGB value is (155,216,21). Sum of RGB (Red+Green+Blue) = 155+216+21=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD815 is #6427EA. Grayscale: #B0B0B0. Windows color (decimal): -6563819 or 1431707. OLE color: 1431707.
HSL color Cylindrical-coordinate representation of color #9BD815: hue angle of 78.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BD815 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 21 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.15 |
| HSL | 78.77º | 0.82% | 0.46% | - |
| HSV(B) | 78.77º | 0.9% | 0.85% | - |
| XYZ | 38.21 | 56.13 | 9.53 | - |
| YUV | 175.53 | 40.79 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 21 | 0.28 | 0 | 0.90 | 0.15 | 78.77 | 0.82 | 0.46 |
| Hex | 9B | D8 | 15 | 1C | 0 | 5A | F | 4F | 52 | 2E |
| Octal | 233 | 330 | 25 | 34 | 0 | 132 | 17 | 117 | 122 | 56 |
| Binary | 10011011 | 11011000 | 10101 | 11100 | 0 | 1011010 | 1111 | 1001111 | 1010010 | 101110 |
Color Harmonies of #9BD815
Complementary color
Monochromatic Colors of #9BD815
Black with #9BD815
Text Example
Text Example
White with #9BD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD815; }
p { color: rgb(155,216,21); }
H1.HeaderClassName
{
color: #9BD815;
}
.AnyTagClassName
{
color: #9BD815;
}
</style>
background-color css
<style>
a { background-color: #9BD815; }
a { background-color: rgb(155,216,21); }
div.DivClassName
{
background-color: #9BD815;
}
.BgClassName
{
background-color: #9BD815;
}
</style>
border-color css
<style>
span { border-color: #9BD815; }
span { border-color: rgb(155,216,21); }
td.TdClassName
{
border-color: #9BD815;
}
.TagClassName
{
border-color: #9BD815;
}
</style>