Shades of Inch Worm #9EDA03
Tints of Inch Worm #9EDA03
RGB
CMYK
RGB Variations
Color information
#9EDA03 (or 0x9EDA03) is known color: Inch Worm. HEX triplet: 9E, DA and 03. RGB value is (158,218,3). Sum of RGB (Red+Green+Blue) = 158+218+3=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDA03 is #6125FC. Grayscale: #B0B0B0. Windows color (decimal): -6366717 or 252574. OLE color: 252574.
HSL color Cylindrical-coordinate representation of color #9EDA03: hue angle of 76.74º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EDA03 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 3 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.15 |
| HSL | 76.74º | 0.97% | 0.43% | - |
| HSV(B) | 76.74º | 0.99% | 0.85% | - |
| XYZ | 39.19 | 57.42 | 9.1 | - |
| YUV | 175.55 | 30.62 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 3 | 0.28 | 0 | 0.99 | 0.15 | 76.74 | 0.97 | 0.43 |
| Hex | 9E | DA | 3 | 1C | 0 | 63 | F | 4D | 61 | 2B |
| Octal | 236 | 332 | 3 | 34 | 0 | 143 | 17 | 115 | 141 | 53 |
| Binary | 10011110 | 11011010 | 11 | 11100 | 0 | 1100011 | 1111 | 1001101 | 1100001 | 101011 |
Color Harmonies of #9EDA03
Complementary color
Monochromatic Colors of #9EDA03
Black with #9EDA03
Text Example
Text Example
White with #9EDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA03; }
p { color: rgb(158,218,3); }
H1.HeaderClassName
{
color: #9EDA03;
}
.AnyTagClassName
{
color: #9EDA03;
}
</style>
background-color css
<style>
a { background-color: #9EDA03; }
a { background-color: rgb(158,218,3); }
div.DivClassName
{
background-color: #9EDA03;
}
.BgClassName
{
background-color: #9EDA03;
}
</style>
border-color css
<style>
span { border-color: #9EDA03; }
span { border-color: rgb(158,218,3); }
td.TdClassName
{
border-color: #9EDA03;
}
.TagClassName
{
border-color: #9EDA03;
}
</style>