Shades of Inch Worm #9CE005
Tints of Inch Worm #9CE005
RGB
CMYK
RGB Variations
Color information
#9CE005 (or 0x9CE005) is known color: Inch Worm. HEX triplet: 9C, E0 and 05. RGB value is (156,224,5). Sum of RGB (Red+Green+Blue) = 156+224+5=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CE005 is #631FFA. Grayscale: #B3B3B3. Windows color (decimal): -6496251 or 385180. OLE color: 385180.
HSL color Cylindrical-coordinate representation of color #9CE005: hue angle of 78.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CE005 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.12 |
| HSL | 78.63º | 0.96% | 0.45% | - |
| HSV(B) | 78.63º | 0.98% | 0.88% | - |
| XYZ | 40.39 | 60.39 | 9.67 | - |
| YUV | 178.7 | 29.97 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 5 | 0.30 | 0 | 0.98 | 0.12 | 78.63 | 0.96 | 0.45 |
| Hex | 9C | E0 | 5 | 1E | 0 | 62 | C | 4F | 60 | 2D |
| Octal | 234 | 340 | 5 | 36 | 0 | 142 | 14 | 117 | 140 | 55 |
| Binary | 10011100 | 11100000 | 101 | 11110 | 0 | 1100010 | 1100 | 1001111 | 1100000 | 101101 |
Color Harmonies of #9CE005
Complementary color
Monochromatic Colors of #9CE005
Black with #9CE005
Text Example
Text Example
White with #9CE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE005; }
p { color: rgb(156,224,5); }
H1.HeaderClassName
{
color: #9CE005;
}
.AnyTagClassName
{
color: #9CE005;
}
</style>
background-color css
<style>
a { background-color: #9CE005; }
a { background-color: rgb(156,224,5); }
div.DivClassName
{
background-color: #9CE005;
}
.BgClassName
{
background-color: #9CE005;
}
</style>
border-color css
<style>
span { border-color: #9CE005; }
span { border-color: rgb(156,224,5); }
td.TdClassName
{
border-color: #9CE005;
}
.TagClassName
{
border-color: #9CE005;
}
</style>