Shades of Inch Worm #9EDB02
Tints of Inch Worm #9EDB02
RGB
CMYK
RGB Variations
Color information
#9EDB02 (or 0x9EDB02) is known color: Inch Worm. HEX triplet: 9E, DB and 02. RGB value is (158,219,2). Sum of RGB (Red+Green+Blue) = 158+219+2=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDB02 is #6124FD. Grayscale: #B0B0B0. Windows color (decimal): -6366462 or 187294. OLE color: 187294.
HSL color Cylindrical-coordinate representation of color #9EDB02: hue angle of 76.87º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EDB02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.14 |
| HSL | 76.87º | 0.98% | 0.43% | - |
| HSV(B) | 76.87º | 0.99% | 0.86% | - |
| XYZ | 39.44 | 57.94 | 9.16 | - |
| YUV | 176.02 | 29.79 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 2 | 0.28 | 0 | 0.99 | 0.14 | 76.87 | 0.98 | 0.43 |
| Hex | 9E | DB | 2 | 1C | 0 | 63 | E | 4D | 62 | 2B |
| Octal | 236 | 333 | 2 | 34 | 0 | 143 | 16 | 115 | 142 | 53 |
| Binary | 10011110 | 11011011 | 10 | 11100 | 0 | 1100011 | 1110 | 1001101 | 1100010 | 101011 |
Color Harmonies of #9EDB02
Complementary color
Monochromatic Colors of #9EDB02
Black with #9EDB02
Text Example
Text Example
White with #9EDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB02; }
p { color: rgb(158,219,2); }
H1.HeaderClassName
{
color: #9EDB02;
}
.AnyTagClassName
{
color: #9EDB02;
}
</style>
background-color css
<style>
a { background-color: #9EDB02; }
a { background-color: rgb(158,219,2); }
div.DivClassName
{
background-color: #9EDB02;
}
.BgClassName
{
background-color: #9EDB02;
}
</style>
border-color css
<style>
span { border-color: #9EDB02; }
span { border-color: rgb(158,219,2); }
td.TdClassName
{
border-color: #9EDB02;
}
.TagClassName
{
border-color: #9EDB02;
}
</style>