Shades of Inch Worm #9DDB16
Tints of Inch Worm #9DDB16
RGB
CMYK
RGB Variations
Color information
#9DDB16 (or 0x9DDB16) is known color: Inch Worm. HEX triplet: 9D, DB and 16. RGB value is (157,219,22). Sum of RGB (Red+Green+Blue) = 157+219+22=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDB16 is #6224E9. Grayscale: #B2B2B2. Windows color (decimal): -6431978 or 1498013. OLE color: 1498013.
HSL color Cylindrical-coordinate representation of color #9DDB16: hue angle of 78.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DDB16 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 22 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.14 |
| HSL | 78.88º | 0.82% | 0.47% | - |
| HSV(B) | 78.88º | 0.9% | 0.86% | - |
| XYZ | 39.38 | 57.89 | 9.86 | - |
| YUV | 178 | 39.96 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 22 | 0.28 | 0 | 0.90 | 0.14 | 78.88 | 0.82 | 0.47 |
| Hex | 9D | DB | 16 | 1C | 0 | 5A | E | 4F | 52 | 2F |
| Octal | 235 | 333 | 26 | 34 | 0 | 132 | 16 | 117 | 122 | 57 |
| Binary | 10011101 | 11011011 | 10110 | 11100 | 0 | 1011010 | 1110 | 1001111 | 1010010 | 101111 |
Color Harmonies of #9DDB16
Complementary color
Monochromatic Colors of #9DDB16
Black with #9DDB16
Text Example
Text Example
White with #9DDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB16; }
p { color: rgb(157,219,22); }
H1.HeaderClassName
{
color: #9DDB16;
}
.AnyTagClassName
{
color: #9DDB16;
}
</style>
background-color css
<style>
a { background-color: #9DDB16; }
a { background-color: rgb(157,219,22); }
div.DivClassName
{
background-color: #9DDB16;
}
.BgClassName
{
background-color: #9DDB16;
}
</style>
border-color css
<style>
span { border-color: #9DDB16; }
span { border-color: rgb(157,219,22); }
td.TdClassName
{
border-color: #9DDB16;
}
.TagClassName
{
border-color: #9DDB16;
}
</style>