Shades of Inch Worm #9ED614
Tints of Inch Worm #9ED614
RGB
CMYK
RGB Variations
Color information
#9ED614 (or 0x9ED614) is known color: Inch Worm. HEX triplet: 9E, D6 and 14. RGB value is (158,214,20). Sum of RGB (Red+Green+Blue) = 158+214+20=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED614 is #6129EB. Grayscale: #AFAFAF. Windows color (decimal): -6367724 or 1365662. OLE color: 1365662.
HSL color Cylindrical-coordinate representation of color #9ED614: hue angle of 77.32º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ED614 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 20 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.16 |
| HSL | 77.32º | 0.83% | 0.46% | - |
| HSV(B) | 77.32º | 0.91% | 0.84% | - |
| XYZ | 38.27 | 55.41 | 9.34 | - |
| YUV | 175.14 | 40.45 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 20 | 0.26 | 0 | 0.91 | 0.16 | 77.32 | 0.83 | 0.46 |
| Hex | 9E | D6 | 14 | 1A | 0 | 5B | 10 | 4D | 53 | 2E |
| Octal | 236 | 326 | 24 | 32 | 0 | 133 | 20 | 115 | 123 | 56 |
| Binary | 10011110 | 11010110 | 10100 | 11010 | 0 | 1011011 | 10000 | 1001101 | 1010011 | 101110 |
Color Harmonies of #9ED614
Complementary color
Monochromatic Colors of #9ED614
Black with #9ED614
Text Example
Text Example
White with #9ED614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED614; }
p { color: rgb(158,214,20); }
H1.HeaderClassName
{
color: #9ED614;
}
.AnyTagClassName
{
color: #9ED614;
}
</style>
background-color css
<style>
a { background-color: #9ED614; }
a { background-color: rgb(158,214,20); }
div.DivClassName
{
background-color: #9ED614;
}
.BgClassName
{
background-color: #9ED614;
}
</style>
border-color css
<style>
span { border-color: #9ED614; }
span { border-color: rgb(158,214,20); }
td.TdClassName
{
border-color: #9ED614;
}
.TagClassName
{
border-color: #9ED614;
}
</style>