Shades of Inch Worm #9DDF0D
Tints of Inch Worm #9DDF0D
RGB
CMYK
RGB Variations
Color information
#9DDF0D (or 0x9DDF0D) is known color: Inch Worm. HEX triplet: 9D, DF and 0D. RGB value is (157,223,13). Sum of RGB (Red+Green+Blue) = 157+223+13=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDF0D is #6220F2. Grayscale: #B4B4B4. Windows color (decimal): -6430963 or 909213. OLE color: 909213.
HSL color Cylindrical-coordinate representation of color #9DDF0D: hue angle of 78.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DDF0D is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 13 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.13 |
| HSL | 78.86º | 0.89% | 0.46% | - |
| HSV(B) | 78.86º | 0.94% | 0.87% | - |
| XYZ | 40.36 | 59.97 | 9.83 | - |
| YUV | 179.33 | 34.13 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 13 | 0.30 | 0 | 0.94 | 0.13 | 78.86 | 0.89 | 0.46 |
| Hex | 9D | DF | D | 1E | 0 | 5E | D | 4F | 59 | 2E |
| Octal | 235 | 337 | 15 | 36 | 0 | 136 | 15 | 117 | 131 | 56 |
| Binary | 10011101 | 11011111 | 1101 | 11110 | 0 | 1011110 | 1101 | 1001111 | 1011001 | 101110 |
Color Harmonies of #9DDF0D
Complementary color
Monochromatic Colors of #9DDF0D
Black with #9DDF0D
Text Example
Text Example
White with #9DDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF0D; }
p { color: rgb(157,223,13); }
H1.HeaderClassName
{
color: #9DDF0D;
}
.AnyTagClassName
{
color: #9DDF0D;
}
</style>
background-color css
<style>
a { background-color: #9DDF0D; }
a { background-color: rgb(157,223,13); }
div.DivClassName
{
background-color: #9DDF0D;
}
.BgClassName
{
background-color: #9DDF0D;
}
</style>
border-color css
<style>
span { border-color: #9DDF0D; }
span { border-color: rgb(157,223,13); }
td.TdClassName
{
border-color: #9DDF0D;
}
.TagClassName
{
border-color: #9DDF0D;
}
</style>