Shades of Inch Worm #9EDA1C
Tints of Inch Worm #9EDA1C
RGB
CMYK
RGB Variations
Color information
#9EDA1C (or 0x9EDA1C) is known color: Inch Worm. HEX triplet: 9E, DA and 1C. RGB value is (158,218,28). Sum of RGB (Red+Green+Blue) = 158+218+28=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDA1C is #6125E3. Grayscale: #B3B3B3. Windows color (decimal): -6366692 or 1890974. OLE color: 1890974.
HSL color Cylindrical-coordinate representation of color #9EDA1C: hue angle of 78.95º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9EDA1C is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 28 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.15 |
| HSL | 78.95º | 0.77% | 0.48% | - |
| HSV(B) | 78.95º | 0.87% | 0.85% | - |
| XYZ | 39.38 | 57.5 | 10.12 | - |
| YUV | 178.4 | 43.12 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 28 | 0.28 | 0 | 0.87 | 0.15 | 78.95 | 0.77 | 0.48 |
| Hex | 9E | DA | 1C | 1C | 0 | 57 | F | 4F | 4D | 30 |
| Octal | 236 | 332 | 34 | 34 | 0 | 127 | 17 | 117 | 115 | 60 |
| Binary | 10011110 | 11011010 | 11100 | 11100 | 0 | 1010111 | 1111 | 1001111 | 1001101 | 110000 |
Color Harmonies of #9EDA1C
Complementary color
Monochromatic Colors of #9EDA1C
Black with #9EDA1C
Text Example
Text Example
White with #9EDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA1C; }
p { color: rgb(158,218,28); }
H1.HeaderClassName
{
color: #9EDA1C;
}
.AnyTagClassName
{
color: #9EDA1C;
}
</style>
background-color css
<style>
a { background-color: #9EDA1C; }
a { background-color: rgb(158,218,28); }
div.DivClassName
{
background-color: #9EDA1C;
}
.BgClassName
{
background-color: #9EDA1C;
}
</style>
border-color css
<style>
span { border-color: #9EDA1C; }
span { border-color: rgb(158,218,28); }
td.TdClassName
{
border-color: #9EDA1C;
}
.TagClassName
{
border-color: #9EDA1C;
}
</style>