Shades of Inch Worm #9BD819
Tints of Inch Worm #9BD819
RGB
CMYK
RGB Variations
Color information
#9BD819 (or 0x9BD819) is known color: Inch Worm. HEX triplet: 9B, D8 and 19. RGB value is (155,216,25). Sum of RGB (Red+Green+Blue) = 155+216+25=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD819 is #6427E6. Grayscale: #B0B0B0. Windows color (decimal): -6563815 or 1693851. OLE color: 1693851.
HSL color Cylindrical-coordinate representation of color #9BD819: hue angle of 79.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BD819 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 25 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.15 |
| HSL | 79.16º | 0.79% | 0.47% | - |
| HSV(B) | 79.16º | 0.88% | 0.85% | - |
| XYZ | 38.25 | 56.15 | 9.74 | - |
| YUV | 175.99 | 42.79 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 25 | 0.28 | 0 | 0.88 | 0.15 | 79.16 | 0.79 | 0.47 |
| Hex | 9B | D8 | 19 | 1C | 0 | 58 | F | 4F | 4F | 2F |
| Octal | 233 | 330 | 31 | 34 | 0 | 130 | 17 | 117 | 117 | 57 |
| Binary | 10011011 | 11011000 | 11001 | 11100 | 0 | 1011000 | 1111 | 1001111 | 1001111 | 101111 |
Color Harmonies of #9BD819
Complementary color
Monochromatic Colors of #9BD819
Black with #9BD819
Text Example
Text Example
White with #9BD819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD819; }
p { color: rgb(155,216,25); }
H1.HeaderClassName
{
color: #9BD819;
}
.AnyTagClassName
{
color: #9BD819;
}
</style>
background-color css
<style>
a { background-color: #9BD819; }
a { background-color: rgb(155,216,25); }
div.DivClassName
{
background-color: #9BD819;
}
.BgClassName
{
background-color: #9BD819;
}
</style>
border-color css
<style>
span { border-color: #9BD819; }
span { border-color: rgb(155,216,25); }
td.TdClassName
{
border-color: #9BD819;
}
.TagClassName
{
border-color: #9BD819;
}
</style>