Shades of Inch Worm #9CE413
Tints of Inch Worm #9CE413
RGB
CMYK
RGB Variations
Color information
#9CE413 (or 0x9CE413) is known color: Inch Worm. HEX triplet: 9C, E4 and 13. RGB value is (156,228,19). Sum of RGB (Red+Green+Blue) = 156+228+19=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 228 (89.45% from 255 or 56.58% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CE413 is #631BEC. Grayscale: #B7B7B7. Windows color (decimal): -6495213 or 1303708. OLE color: 1303708.
HSL color Cylindrical-coordinate representation of color #9CE413: hue angle of 80.67º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CE413 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 228 | 19 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.11 |
| HSL | 80.67º | 0.85% | 0.48% | - |
| HSV(B) | 80.67º | 0.92% | 0.89% | - |
| XYZ | 41.57 | 62.6 | 10.51 | - |
| YUV | 182.65 | 35.65 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 19 | 0.32 | 0 | 0.92 | 0.11 | 80.67 | 0.85 | 0.48 |
| Hex | 9C | E4 | 13 | 20 | 0 | 5C | B | 51 | 55 | 30 |
| Octal | 234 | 344 | 23 | 40 | 0 | 134 | 13 | 121 | 125 | 60 |
| Binary | 10011100 | 11100100 | 10011 | 100000 | 0 | 1011100 | 1011 | 1010001 | 1010101 | 110000 |
Color Harmonies of #9CE413
Complementary color
Monochromatic Colors of #9CE413
Black with #9CE413
Text Example
Text Example
White with #9CE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE413; }
p { color: rgb(156,228,19); }
H1.HeaderClassName
{
color: #9CE413;
}
.AnyTagClassName
{
color: #9CE413;
}
</style>
background-color css
<style>
a { background-color: #9CE413; }
a { background-color: rgb(156,228,19); }
div.DivClassName
{
background-color: #9CE413;
}
.BgClassName
{
background-color: #9CE413;
}
</style>
border-color css
<style>
span { border-color: #9CE413; }
span { border-color: rgb(156,228,19); }
td.TdClassName
{
border-color: #9CE413;
}
.TagClassName
{
border-color: #9CE413;
}
</style>