Shades of Inch Worm #9CE70C
Tints of Inch Worm #9CE70C
RGB
CMYK
RGB Variations
Color information
#9CE70C (or 0x9CE70C) is known color: Inch Worm. HEX triplet: 9C, E7 and 0C. RGB value is (156,231,12). Sum of RGB (Red+Green+Blue) = 156+231+12=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 231 (90.62% from 255 or 57.89% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CE70C is #6318F3. Grayscale: #B8B8B8. Windows color (decimal): -6494452 or 845724. OLE color: 845724.
HSL color Cylindrical-coordinate representation of color #9CE70C: hue angle of 80.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CE70C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 231 | 12 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.09 |
| HSL | 80.55º | 0.9% | 0.48% | - |
| HSV(B) | 80.55º | 0.95% | 0.91% | - |
| XYZ | 42.35 | 64.25 | 10.52 | - |
| YUV | 183.61 | 31.15 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 12 | 0.32 | 0 | 0.95 | 0.09 | 80.55 | 0.9 | 0.48 |
| Hex | 9C | E7 | C | 20 | 0 | 5F | 9 | 51 | 5A | 30 |
| Octal | 234 | 347 | 14 | 40 | 0 | 137 | 11 | 121 | 132 | 60 |
| Binary | 10011100 | 11100111 | 1100 | 100000 | 0 | 1011111 | 1001 | 1010001 | 1011010 | 110000 |
Color Harmonies of #9CE70C
Complementary color
Monochromatic Colors of #9CE70C
Black with #9CE70C
Text Example
Text Example
White with #9CE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE70C; }
p { color: rgb(156,231,12); }
H1.HeaderClassName
{
color: #9CE70C;
}
.AnyTagClassName
{
color: #9CE70C;
}
</style>
background-color css
<style>
a { background-color: #9CE70C; }
a { background-color: rgb(156,231,12); }
div.DivClassName
{
background-color: #9CE70C;
}
.BgClassName
{
background-color: #9CE70C;
}
</style>
border-color css
<style>
span { border-color: #9CE70C; }
span { border-color: rgb(156,231,12); }
td.TdClassName
{
border-color: #9CE70C;
}
.TagClassName
{
border-color: #9CE70C;
}
</style>