Shades of Inch Worm #9CE114
Tints of Inch Worm #9CE114
RGB
CMYK
RGB Variations
Color information
#9CE114 (or 0x9CE114) is known color: Inch Worm. HEX triplet: 9C, E1 and 14. RGB value is (156,225,20). Sum of RGB (Red+Green+Blue) = 156+225+20=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CE114 is #631EEB. Grayscale: #B5B5B5. Windows color (decimal): -6495980 or 1368476. OLE color: 1368476.
HSL color Cylindrical-coordinate representation of color #9CE114: hue angle of 80.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CE114 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 20 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.12 |
| HSL | 80.2º | 0.84% | 0.48% | - |
| HSV(B) | 80.2º | 0.91% | 0.88% | - |
| XYZ | 40.76 | 60.97 | 10.28 | - |
| YUV | 181 | 37.14 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 20 | 0.31 | 0 | 0.91 | 0.12 | 80.2 | 0.84 | 0.48 |
| Hex | 9C | E1 | 14 | 1F | 0 | 5B | C | 50 | 54 | 30 |
| Octal | 234 | 341 | 24 | 37 | 0 | 133 | 14 | 120 | 124 | 60 |
| Binary | 10011100 | 11100001 | 10100 | 11111 | 0 | 1011011 | 1100 | 1010000 | 1010100 | 110000 |
Color Harmonies of #9CE114
Complementary color
Monochromatic Colors of #9CE114
Black with #9CE114
Text Example
Text Example
White with #9CE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE114; }
p { color: rgb(156,225,20); }
H1.HeaderClassName
{
color: #9CE114;
}
.AnyTagClassName
{
color: #9CE114;
}
</style>
background-color css
<style>
a { background-color: #9CE114; }
a { background-color: rgb(156,225,20); }
div.DivClassName
{
background-color: #9CE114;
}
.BgClassName
{
background-color: #9CE114;
}
</style>
border-color css
<style>
span { border-color: #9CE114; }
span { border-color: rgb(156,225,20); }
td.TdClassName
{
border-color: #9CE114;
}
.TagClassName
{
border-color: #9CE114;
}
</style>