Shades of Inch Worm #9DDF09
Tints of Inch Worm #9DDF09
RGB
CMYK
RGB Variations
Color information
#9DDF09 (or 0x9DDF09) is known color: Inch Worm. HEX triplet: 9D, DF and 09. RGB value is (157,223,9). Sum of RGB (Red+Green+Blue) = 157+223+9=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDF09 is #6220F6. Grayscale: #B3B3B3. Windows color (decimal): -6430967 or 647069. OLE color: 647069.
HSL color Cylindrical-coordinate representation of color #9DDF09: hue angle of 78.5º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DDF09 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 9 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.13 |
| HSL | 78.5º | 0.92% | 0.45% | - |
| HSV(B) | 78.5º | 0.96% | 0.87% | - |
| XYZ | 40.34 | 59.96 | 9.71 | - |
| YUV | 178.87 | 32.13 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 9 | 0.30 | 0 | 0.96 | 0.13 | 78.5 | 0.92 | 0.45 |
| Hex | 9D | DF | 9 | 1E | 0 | 60 | D | 4F | 5C | 2D |
| Octal | 235 | 337 | 11 | 36 | 0 | 140 | 15 | 117 | 134 | 55 |
| Binary | 10011101 | 11011111 | 1001 | 11110 | 0 | 1100000 | 1101 | 1001111 | 1011100 | 101101 |
Color Harmonies of #9DDF09
Complementary color
Monochromatic Colors of #9DDF09
Black with #9DDF09
Text Example
Text Example
White with #9DDF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF09; }
p { color: rgb(157,223,9); }
H1.HeaderClassName
{
color: #9DDF09;
}
.AnyTagClassName
{
color: #9DDF09;
}
</style>
background-color css
<style>
a { background-color: #9DDF09; }
a { background-color: rgb(157,223,9); }
div.DivClassName
{
background-color: #9DDF09;
}
.BgClassName
{
background-color: #9DDF09;
}
</style>
border-color css
<style>
span { border-color: #9DDF09; }
span { border-color: rgb(157,223,9); }
td.TdClassName
{
border-color: #9DDF09;
}
.TagClassName
{
border-color: #9DDF09;
}
</style>