Shades of Inch Worm #9CEE12
Tints of Inch Worm #9CEE12
RGB
CMYK
RGB Variations
Color information
#9CEE12 (or 0x9CEE12) is known color: Inch Worm. HEX triplet: 9C, EE and 12. RGB value is (156,238,18). Sum of RGB (Red+Green+Blue) = 156+238+18=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CEE12 is #6311ED. Grayscale: #BDBDBD. Windows color (decimal): -6492654 or 1240732. OLE color: 1240732.
HSL color Cylindrical-coordinate representation of color #9CEE12: hue angle of 82.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CEE12 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 18 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.07 |
| HSL | 82.36º | 0.87% | 0.5% | - |
| HSV(B) | 82.36º | 0.92% | 0.93% | - |
| XYZ | 44.39 | 68.26 | 11.41 | - |
| YUV | 188.4 | 31.83 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 18 | 0.34 | 0 | 0.92 | 0.07 | 82.36 | 0.87 | 0.5 |
| Hex | 9C | EE | 12 | 22 | 0 | 5C | 7 | 52 | 57 | 32 |
| Octal | 234 | 356 | 22 | 42 | 0 | 134 | 7 | 122 | 127 | 62 |
| Binary | 10011100 | 11101110 | 10010 | 100010 | 0 | 1011100 | 111 | 1010010 | 1010111 | 110010 |
Color Harmonies of #9CEE12
Complementary color
Monochromatic Colors of #9CEE12
Black with #9CEE12
Text Example
Text Example
White with #9CEE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEE12; }
p { color: rgb(156,238,18); }
H1.HeaderClassName
{
color: #9CEE12;
}
.AnyTagClassName
{
color: #9CEE12;
}
</style>
background-color css
<style>
a { background-color: #9CEE12; }
a { background-color: rgb(156,238,18); }
div.DivClassName
{
background-color: #9CEE12;
}
.BgClassName
{
background-color: #9CEE12;
}
</style>
border-color css
<style>
span { border-color: #9CEE12; }
span { border-color: rgb(156,238,18); }
td.TdClassName
{
border-color: #9CEE12;
}
.TagClassName
{
border-color: #9CEE12;
}
</style>