Shades of Inch Worm #9CE505
Tints of Inch Worm #9CE505
RGB
CMYK
RGB Variations
Color information
#9CE505 (or 0x9CE505) is known color: Inch Worm. HEX triplet: 9C, E5 and 05. RGB value is (156,229,5). Sum of RGB (Red+Green+Blue) = 156+229+5=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 229 (89.84% from 255 or 58.72% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CE505 is #631AFA. Grayscale: #B6B6B6. Windows color (decimal): -6494971 or 386460. OLE color: 386460.
HSL color Cylindrical-coordinate representation of color #9CE505: hue angle of 79.55º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CE505 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 229 | 5 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.10 |
| HSL | 79.55º | 0.96% | 0.46% | - |
| HSV(B) | 79.55º | 0.98% | 0.9% | - |
| XYZ | 41.76 | 63.12 | 10.13 | - |
| YUV | 181.64 | 28.32 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 229 | 5 | 0.32 | 0 | 0.98 | 0.10 | 79.55 | 0.96 | 0.46 |
| Hex | 9C | E5 | 5 | 20 | 0 | 62 | A | 50 | 60 | 2E |
| Octal | 234 | 345 | 5 | 40 | 0 | 142 | 12 | 120 | 140 | 56 |
| Binary | 10011100 | 11100101 | 101 | 100000 | 0 | 1100010 | 1010 | 1010000 | 1100000 | 101110 |
Color Harmonies of #9CE505
Complementary color
Monochromatic Colors of #9CE505
Black with #9CE505
Text Example
Text Example
White with #9CE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE505; }
p { color: rgb(156,229,5); }
H1.HeaderClassName
{
color: #9CE505;
}
.AnyTagClassName
{
color: #9CE505;
}
</style>
background-color css
<style>
a { background-color: #9CE505; }
a { background-color: rgb(156,229,5); }
div.DivClassName
{
background-color: #9CE505;
}
.BgClassName
{
background-color: #9CE505;
}
</style>
border-color css
<style>
span { border-color: #9CE505; }
span { border-color: rgb(156,229,5); }
td.TdClassName
{
border-color: #9CE505;
}
.TagClassName
{
border-color: #9CE505;
}
</style>