Shades of Inch Worm #9DDD14
Tints of Inch Worm #9DDD14
RGB
CMYK
RGB Variations
Color information
#9DDD14 (or 0x9DDD14) is known color: Inch Worm. HEX triplet: 9D, DD and 14. RGB value is (157,221,20). Sum of RGB (Red+Green+Blue) = 157+221+20=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDD14 is #6222EB. Grayscale: #B3B3B3. Windows color (decimal): -6431468 or 1367453. OLE color: 1367453.
HSL color Cylindrical-coordinate representation of color #9DDD14: hue angle of 79.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DDD14 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 20 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.13 |
| HSL | 79.1º | 0.83% | 0.47% | - |
| HSV(B) | 79.1º | 0.91% | 0.87% | - |
| XYZ | 39.89 | 58.93 | 9.93 | - |
| YUV | 178.95 | 38.3 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 20 | 0.29 | 0 | 0.91 | 0.13 | 79.1 | 0.83 | 0.47 |
| Hex | 9D | DD | 14 | 1D | 0 | 5B | D | 4F | 53 | 2F |
| Octal | 235 | 335 | 24 | 35 | 0 | 133 | 15 | 117 | 123 | 57 |
| Binary | 10011101 | 11011101 | 10100 | 11101 | 0 | 1011011 | 1101 | 1001111 | 1010011 | 101111 |
Color Harmonies of #9DDD14
Complementary color
Monochromatic Colors of #9DDD14
Black with #9DDD14
Text Example
Text Example
White with #9DDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD14; }
p { color: rgb(157,221,20); }
H1.HeaderClassName
{
color: #9DDD14;
}
.AnyTagClassName
{
color: #9DDD14;
}
</style>
background-color css
<style>
a { background-color: #9DDD14; }
a { background-color: rgb(157,221,20); }
div.DivClassName
{
background-color: #9DDD14;
}
.BgClassName
{
background-color: #9DDD14;
}
</style>
border-color css
<style>
span { border-color: #9DDD14; }
span { border-color: rgb(157,221,20); }
td.TdClassName
{
border-color: #9DDD14;
}
.TagClassName
{
border-color: #9DDD14;
}
</style>