Shades of Inch Worm #9CEA12
Tints of Inch Worm #9CEA12
RGB
CMYK
RGB Variations
Color information
#9CEA12 (or 0x9CEA12) is known color: Inch Worm. HEX triplet: 9C, EA and 12. RGB value is (156,234,18). Sum of RGB (Red+Green+Blue) = 156+234+18=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 234 (91.80% from 255 or 57.35% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CEA12 is #6315ED. Grayscale: #BABABA. Windows color (decimal): -6493678 or 1239708. OLE color: 1239708.
HSL color Cylindrical-coordinate representation of color #9CEA12: hue angle of 81.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CEA12 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 18 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.08 |
| HSL | 81.67º | 0.86% | 0.49% | - |
| HSV(B) | 81.67º | 0.92% | 0.92% | - |
| XYZ | 43.24 | 65.96 | 11.02 | - |
| YUV | 186.05 | 33.16 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 18 | 0.33 | 0 | 0.92 | 0.08 | 81.67 | 0.86 | 0.49 |
| Hex | 9C | EA | 12 | 21 | 0 | 5C | 8 | 52 | 56 | 31 |
| Octal | 234 | 352 | 22 | 41 | 0 | 134 | 10 | 122 | 126 | 61 |
| Binary | 10011100 | 11101010 | 10010 | 100001 | 0 | 1011100 | 1000 | 1010010 | 1010110 | 110001 |
Color Harmonies of #9CEA12
Complementary color
Monochromatic Colors of #9CEA12
Black with #9CEA12
Text Example
Text Example
White with #9CEA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEA12; }
p { color: rgb(156,234,18); }
H1.HeaderClassName
{
color: #9CEA12;
}
.AnyTagClassName
{
color: #9CEA12;
}
</style>
background-color css
<style>
a { background-color: #9CEA12; }
a { background-color: rgb(156,234,18); }
div.DivClassName
{
background-color: #9CEA12;
}
.BgClassName
{
background-color: #9CEA12;
}
</style>
border-color css
<style>
span { border-color: #9CEA12; }
span { border-color: rgb(156,234,18); }
td.TdClassName
{
border-color: #9CEA12;
}
.TagClassName
{
border-color: #9CEA12;
}
</style>