Shades of Inch Worm #9DDF1A
Tints of Inch Worm #9DDF1A
RGB
CMYK
RGB Variations
Color information
#9DDF1A (or 0x9DDF1A) is known color: Inch Worm. HEX triplet: 9D, DF and 1A. RGB value is (157,223,26). Sum of RGB (Red+Green+Blue) = 157+223+26=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDF1A is #6220E5. Grayscale: #B5B5B5. Windows color (decimal): -6430950 or 1761181. OLE color: 1761181.
HSL color Cylindrical-coordinate representation of color #9DDF1A: hue angle of 80.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DDF1A is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 26 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.13 |
| HSL | 80.1º | 0.79% | 0.49% | - |
| HSV(B) | 80.1º | 0.88% | 0.87% | - |
| XYZ | 40.48 | 60.02 | 10.43 | - |
| YUV | 180.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 26 | 0.30 | 0 | 0.88 | 0.13 | 80.1 | 0.79 | 0.49 |
| Hex | 9D | DF | 1A | 1E | 0 | 58 | D | 50 | 4F | 31 |
| Octal | 235 | 337 | 32 | 36 | 0 | 130 | 15 | 120 | 117 | 61 |
| Binary | 10011101 | 11011111 | 11010 | 11110 | 0 | 1011000 | 1101 | 1010000 | 1001111 | 110001 |
Color Harmonies of #9DDF1A
Complementary color
Monochromatic Colors of #9DDF1A
Black with #9DDF1A
Text Example
Text Example
White with #9DDF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF1A; }
p { color: rgb(157,223,26); }
H1.HeaderClassName
{
color: #9DDF1A;
}
.AnyTagClassName
{
color: #9DDF1A;
}
</style>
background-color css
<style>
a { background-color: #9DDF1A; }
a { background-color: rgb(157,223,26); }
div.DivClassName
{
background-color: #9DDF1A;
}
.BgClassName
{
background-color: #9DDF1A;
}
</style>
border-color css
<style>
span { border-color: #9DDF1A; }
span { border-color: rgb(157,223,26); }
td.TdClassName
{
border-color: #9DDF1A;
}
.TagClassName
{
border-color: #9DDF1A;
}
</style>