Shades of Inch Worm #9DDD15
Tints of Inch Worm #9DDD15
RGB
CMYK
RGB Variations
Color information
#9DDD15 (or 0x9DDD15) is known color: Inch Worm. HEX triplet: 9D, DD and 15. RGB value is (157,221,21). Sum of RGB (Red+Green+Blue) = 157+221+21=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDD15 is #6222EA. Grayscale: #B3B3B3. Windows color (decimal): -6431467 or 1432989. OLE color: 1432989.
HSL color Cylindrical-coordinate representation of color #9DDD15: hue angle of 79.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DDD15 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 21 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.13 |
| HSL | 79.2º | 0.83% | 0.47% | - |
| HSV(B) | 79.2º | 0.9% | 0.87% | - |
| XYZ | 39.9 | 58.94 | 9.98 | - |
| YUV | 179.06 | 38.8 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 21 | 0.29 | 0 | 0.90 | 0.13 | 79.2 | 0.83 | 0.47 |
| Hex | 9D | DD | 15 | 1D | 0 | 5A | D | 4F | 53 | 2F |
| Octal | 235 | 335 | 25 | 35 | 0 | 132 | 15 | 117 | 123 | 57 |
| Binary | 10011101 | 11011101 | 10101 | 11101 | 0 | 1011010 | 1101 | 1001111 | 1010011 | 101111 |
Color Harmonies of #9DDD15
Complementary color
Monochromatic Colors of #9DDD15
Black with #9DDD15
Text Example
Text Example
White with #9DDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD15; }
p { color: rgb(157,221,21); }
H1.HeaderClassName
{
color: #9DDD15;
}
.AnyTagClassName
{
color: #9DDD15;
}
</style>
background-color css
<style>
a { background-color: #9DDD15; }
a { background-color: rgb(157,221,21); }
div.DivClassName
{
background-color: #9DDD15;
}
.BgClassName
{
background-color: #9DDD15;
}
</style>
border-color css
<style>
span { border-color: #9DDD15; }
span { border-color: rgb(157,221,21); }
td.TdClassName
{
border-color: #9DDD15;
}
.TagClassName
{
border-color: #9DDD15;
}
</style>