Shades of Inch Worm #9EEF12
Tints of Inch Worm #9EEF12
RGB
CMYK
RGB Variations
Color information
#9EEF12 (or 0x9EEF12) is known color: Inch Worm. HEX triplet: 9E, EF and 12. RGB value is (158,239,18). Sum of RGB (Red+Green+Blue) = 158+239+18=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEF12 is #6110ED. Grayscale: #BEBEBE. Windows color (decimal): -6361326 or 1240990. OLE color: 1240990.
HSL color Cylindrical-coordinate representation of color #9EEF12: hue angle of 81.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EEF12 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 18 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.06 |
| HSL | 81.99º | 0.87% | 0.5% | - |
| HSV(B) | 81.99º | 0.92% | 0.94% | - |
| XYZ | 45.08 | 69.05 | 11.52 | - |
| YUV | 189.59 | 31.16 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 18 | 0.34 | 0 | 0.92 | 0.06 | 81.99 | 0.87 | 0.5 |
| Hex | 9E | EF | 12 | 22 | 0 | 5C | 6 | 52 | 57 | 32 |
| Octal | 236 | 357 | 22 | 42 | 0 | 134 | 6 | 122 | 127 | 62 |
| Binary | 10011110 | 11101111 | 10010 | 100010 | 0 | 1011100 | 110 | 1010010 | 1010111 | 110010 |
Color Harmonies of #9EEF12
Complementary color
Monochromatic Colors of #9EEF12
Black with #9EEF12
Text Example
Text Example
White with #9EEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF12; }
p { color: rgb(158,239,18); }
H1.HeaderClassName
{
color: #9EEF12;
}
.AnyTagClassName
{
color: #9EEF12;
}
</style>
background-color css
<style>
a { background-color: #9EEF12; }
a { background-color: rgb(158,239,18); }
div.DivClassName
{
background-color: #9EEF12;
}
.BgClassName
{
background-color: #9EEF12;
}
</style>
border-color css
<style>
span { border-color: #9EEF12; }
span { border-color: rgb(158,239,18); }
td.TdClassName
{
border-color: #9EEF12;
}
.TagClassName
{
border-color: #9EEF12;
}
</style>