Shades of Inch Worm #9DDF0E
Tints of Inch Worm #9DDF0E
RGB
CMYK
RGB Variations
Color information
#9DDF0E (or 0x9DDF0E) is known color: Inch Worm. HEX triplet: 9D, DF and 0E. RGB value is (157,223,14). Sum of RGB (Red+Green+Blue) = 157+223+14=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDF0E is #6220F1. Grayscale: #B4B4B4. Windows color (decimal): -6430962 or 974749. OLE color: 974749.
HSL color Cylindrical-coordinate representation of color #9DDF0E: hue angle of 78.95º degrees, saturation: 0.88, 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 #9DDF0E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 14 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.13 |
| HSL | 78.95º | 0.88% | 0.46% | - |
| HSV(B) | 78.95º | 0.94% | 0.87% | - |
| XYZ | 40.37 | 59.98 | 9.86 | - |
| YUV | 179.44 | 34.63 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 14 | 0.30 | 0 | 0.94 | 0.13 | 78.95 | 0.88 | 0.46 |
| Hex | 9D | DF | E | 1E | 0 | 5E | D | 4F | 58 | 2E |
| Octal | 235 | 337 | 16 | 36 | 0 | 136 | 15 | 117 | 130 | 56 |
| Binary | 10011101 | 11011111 | 1110 | 11110 | 0 | 1011110 | 1101 | 1001111 | 1011000 | 101110 |
Color Harmonies of #9DDF0E
Complementary color
Monochromatic Colors of #9DDF0E
Black with #9DDF0E
Text Example
Text Example
White with #9DDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF0E; }
p { color: rgb(157,223,14); }
H1.HeaderClassName
{
color: #9DDF0E;
}
.AnyTagClassName
{
color: #9DDF0E;
}
</style>
background-color css
<style>
a { background-color: #9DDF0E; }
a { background-color: rgb(157,223,14); }
div.DivClassName
{
background-color: #9DDF0E;
}
.BgClassName
{
background-color: #9DDF0E;
}
</style>
border-color css
<style>
span { border-color: #9DDF0E; }
span { border-color: rgb(157,223,14); }
td.TdClassName
{
border-color: #9DDF0E;
}
.TagClassName
{
border-color: #9DDF0E;
}
</style>