Shades of Inch Worm #9DDA0D
Tints of Inch Worm #9DDA0D
RGB
CMYK
RGB Variations
Color information
#9DDA0D (or 0x9DDA0D) is known color: Inch Worm. HEX triplet: 9D, DA and 0D. RGB value is (157,218,13). Sum of RGB (Red+Green+Blue) = 157+218+13=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDA0D is #6225F2. Grayscale: #B1B1B1. Windows color (decimal): -6432243 or 907933. OLE color: 907933.
HSL color Cylindrical-coordinate representation of color #9DDA0D: hue angle of 77.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DDA0D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.15 |
| HSL | 77.85º | 0.89% | 0.45% | - |
| HSV(B) | 77.85º | 0.94% | 0.85% | - |
| XYZ | 39.05 | 57.34 | 9.39 | - |
| YUV | 176.39 | 35.79 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 13 | 0.28 | 0 | 0.94 | 0.15 | 77.85 | 0.89 | 0.45 |
| Hex | 9D | DA | D | 1C | 0 | 5E | F | 4E | 59 | 2D |
| Octal | 235 | 332 | 15 | 34 | 0 | 136 | 17 | 116 | 131 | 55 |
| Binary | 10011101 | 11011010 | 1101 | 11100 | 0 | 1011110 | 1111 | 1001110 | 1011001 | 101101 |
Color Harmonies of #9DDA0D
Complementary color
Monochromatic Colors of #9DDA0D
Black with #9DDA0D
Text Example
Text Example
White with #9DDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA0D; }
p { color: rgb(157,218,13); }
H1.HeaderClassName
{
color: #9DDA0D;
}
.AnyTagClassName
{
color: #9DDA0D;
}
</style>
background-color css
<style>
a { background-color: #9DDA0D; }
a { background-color: rgb(157,218,13); }
div.DivClassName
{
background-color: #9DDA0D;
}
.BgClassName
{
background-color: #9DDA0D;
}
</style>
border-color css
<style>
span { border-color: #9DDA0D; }
span { border-color: rgb(157,218,13); }
td.TdClassName
{
border-color: #9DDA0D;
}
.TagClassName
{
border-color: #9DDA0D;
}
</style>