Shades of Inch Worm #9EDB1A
Tints of Inch Worm #9EDB1A
RGB
CMYK
RGB Variations
Color information
#9EDB1A (or 0x9EDB1A) is known color: Inch Worm. HEX triplet: 9E, DB and 1A. RGB value is (158,219,26). Sum of RGB (Red+Green+Blue) = 158+219+26=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDB1A is #6124E5. Grayscale: #B3B3B3. Windows color (decimal): -6366438 or 1760158. OLE color: 1760158.
HSL color Cylindrical-coordinate representation of color #9EDB1A: hue angle of 78.96º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EDB1A is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 26 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.14 |
| HSL | 78.96º | 0.79% | 0.48% | - |
| HSV(B) | 78.96º | 0.88% | 0.86% | - |
| XYZ | 39.62 | 58.01 | 10.09 | - |
| YUV | 178.76 | 41.79 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 26 | 0.28 | 0 | 0.88 | 0.14 | 78.96 | 0.79 | 0.48 |
| Hex | 9E | DB | 1A | 1C | 0 | 58 | E | 4F | 4F | 30 |
| Octal | 236 | 333 | 32 | 34 | 0 | 130 | 16 | 117 | 117 | 60 |
| Binary | 10011110 | 11011011 | 11010 | 11100 | 0 | 1011000 | 1110 | 1001111 | 1001111 | 110000 |
Color Harmonies of #9EDB1A
Complementary color
Monochromatic Colors of #9EDB1A
Black with #9EDB1A
Text Example
Text Example
White with #9EDB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB1A; }
p { color: rgb(158,219,26); }
H1.HeaderClassName
{
color: #9EDB1A;
}
.AnyTagClassName
{
color: #9EDB1A;
}
</style>
background-color css
<style>
a { background-color: #9EDB1A; }
a { background-color: rgb(158,219,26); }
div.DivClassName
{
background-color: #9EDB1A;
}
.BgClassName
{
background-color: #9EDB1A;
}
</style>
border-color css
<style>
span { border-color: #9EDB1A; }
span { border-color: rgb(158,219,26); }
td.TdClassName
{
border-color: #9EDB1A;
}
.TagClassName
{
border-color: #9EDB1A;
}
</style>