Shades of Inch Worm #9BDA13
Tints of Inch Worm #9BDA13
RGB
CMYK
RGB Variations
Color information
#9BDA13 (or 0x9BDA13) is known color: Inch Worm. HEX triplet: 9B, DA and 13. RGB value is (155,218,19). Sum of RGB (Red+Green+Blue) = 155+218+19=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDA13 is #6425EC. Grayscale: #B1B1B1. Windows color (decimal): -6563309 or 1301147. OLE color: 1301147.
HSL color Cylindrical-coordinate representation of color #9BDA13: hue angle of 78.99º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BDA13 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 19 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.15 |
| HSL | 78.99º | 0.84% | 0.46% | - |
| HSV(B) | 78.99º | 0.91% | 0.85% | - |
| XYZ | 38.71 | 57.16 | 9.61 | - |
| YUV | 176.48 | 39.13 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 19 | 0.29 | 0 | 0.91 | 0.15 | 78.99 | 0.84 | 0.46 |
| Hex | 9B | DA | 13 | 1D | 0 | 5B | F | 4F | 54 | 2E |
| Octal | 233 | 332 | 23 | 35 | 0 | 133 | 17 | 117 | 124 | 56 |
| Binary | 10011011 | 11011010 | 10011 | 11101 | 0 | 1011011 | 1111 | 1001111 | 1010100 | 101110 |
Color Harmonies of #9BDA13
Complementary color
Monochromatic Colors of #9BDA13
Black with #9BDA13
Text Example
Text Example
White with #9BDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA13; }
p { color: rgb(155,218,19); }
H1.HeaderClassName
{
color: #9BDA13;
}
.AnyTagClassName
{
color: #9BDA13;
}
</style>
background-color css
<style>
a { background-color: #9BDA13; }
a { background-color: rgb(155,218,19); }
div.DivClassName
{
background-color: #9BDA13;
}
.BgClassName
{
background-color: #9BDA13;
}
</style>
border-color css
<style>
span { border-color: #9BDA13; }
span { border-color: rgb(155,218,19); }
td.TdClassName
{
border-color: #9BDA13;
}
.TagClassName
{
border-color: #9BDA13;
}
</style>