Shades of Inch Worm #9BDA16
Tints of Inch Worm #9BDA16
RGB
CMYK
RGB Variations
Color information
#9BDA16 (or 0x9BDA16) is known color: Inch Worm. HEX triplet: 9B, DA and 16. RGB value is (155,218,22). Sum of RGB (Red+Green+Blue) = 155+218+22=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDA16 is #6425E9. Grayscale: #B1B1B1. Windows color (decimal): -6563306 or 1497755. OLE color: 1497755.
HSL color Cylindrical-coordinate representation of color #9BDA16: hue angle of 79.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BDA16 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 22 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.15 |
| HSL | 79.29º | 0.82% | 0.47% | - |
| HSV(B) | 79.29º | 0.9% | 0.85% | - |
| XYZ | 38.73 | 57.17 | 9.75 | - |
| YUV | 176.82 | 40.63 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 22 | 0.29 | 0 | 0.90 | 0.15 | 79.29 | 0.82 | 0.47 |
| Hex | 9B | DA | 16 | 1D | 0 | 5A | F | 4F | 52 | 2F |
| Octal | 233 | 332 | 26 | 35 | 0 | 132 | 17 | 117 | 122 | 57 |
| Binary | 10011011 | 11011010 | 10110 | 11101 | 0 | 1011010 | 1111 | 1001111 | 1010010 | 101111 |
Color Harmonies of #9BDA16
Complementary color
Monochromatic Colors of #9BDA16
Black with #9BDA16
Text Example
Text Example
White with #9BDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA16; }
p { color: rgb(155,218,22); }
H1.HeaderClassName
{
color: #9BDA16;
}
.AnyTagClassName
{
color: #9BDA16;
}
</style>
background-color css
<style>
a { background-color: #9BDA16; }
a { background-color: rgb(155,218,22); }
div.DivClassName
{
background-color: #9BDA16;
}
.BgClassName
{
background-color: #9BDA16;
}
</style>
border-color css
<style>
span { border-color: #9BDA16; }
span { border-color: rgb(155,218,22); }
td.TdClassName
{
border-color: #9BDA16;
}
.TagClassName
{
border-color: #9BDA16;
}
</style>