Shades of Inch Worm #9EDF0A
Tints of Inch Worm #9EDF0A
RGB
CMYK
RGB Variations
Color information
#9EDF0A (or 0x9EDF0A) is known color: Inch Worm. HEX triplet: 9E, DF and 0A. RGB value is (158,223,10). Sum of RGB (Red+Green+Blue) = 158+223+10=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 223 (87.5% from 255 or 57.03% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDF0A is #6120F5. Grayscale: #B4B4B4. Windows color (decimal): -6365430 or 712606. OLE color: 712606.
HSL color Cylindrical-coordinate representation of color #9EDF0A: hue angle of 78.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EDF0A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 10 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.13 |
| HSL | 78.31º | 0.91% | 0.46% | - |
| HSV(B) | 78.31º | 0.96% | 0.87% | - |
| XYZ | 40.54 | 60.07 | 9.74 | - |
| YUV | 179.28 | 32.47 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 10 | 0.29 | 0 | 0.96 | 0.13 | 78.31 | 0.91 | 0.46 |
| Hex | 9E | DF | A | 1D | 0 | 60 | D | 4E | 5B | 2E |
| Octal | 236 | 337 | 12 | 35 | 0 | 140 | 15 | 116 | 133 | 56 |
| Binary | 10011110 | 11011111 | 1010 | 11101 | 0 | 1100000 | 1101 | 1001110 | 1011011 | 101110 |
Color Harmonies of #9EDF0A
Complementary color
Monochromatic Colors of #9EDF0A
Black with #9EDF0A
Text Example
Text Example
White with #9EDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF0A; }
p { color: rgb(158,223,10); }
H1.HeaderClassName
{
color: #9EDF0A;
}
.AnyTagClassName
{
color: #9EDF0A;
}
</style>
background-color css
<style>
a { background-color: #9EDF0A; }
a { background-color: rgb(158,223,10); }
div.DivClassName
{
background-color: #9EDF0A;
}
.BgClassName
{
background-color: #9EDF0A;
}
</style>
border-color css
<style>
span { border-color: #9EDF0A; }
span { border-color: rgb(158,223,10); }
td.TdClassName
{
border-color: #9EDF0A;
}
.TagClassName
{
border-color: #9EDF0A;
}
</style>