Shades of Inch Worm #9CDA10
Tints of Inch Worm #9CDA10
RGB
CMYK
RGB Variations
Color information
#9CDA10 (or 0x9CDA10) is known color: Inch Worm. HEX triplet: 9C, DA and 10. RGB value is (156,218,16). Sum of RGB (Red+Green+Blue) = 156+218+16=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDA10 is #6325EF. Grayscale: #B1B1B1. Windows color (decimal): -6497776 or 1104540. OLE color: 1104540.
HSL color Cylindrical-coordinate representation of color #9CDA10: hue angle of 78.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CDA10 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.15 |
| HSL | 78.42º | 0.86% | 0.46% | - |
| HSV(B) | 78.42º | 0.93% | 0.85% | - |
| XYZ | 38.88 | 57.25 | 9.49 | - |
| YUV | 176.43 | 37.46 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 16 | 0.28 | 0 | 0.93 | 0.15 | 78.42 | 0.86 | 0.46 |
| Hex | 9C | DA | 10 | 1C | 0 | 5D | F | 4E | 56 | 2E |
| Octal | 234 | 332 | 20 | 34 | 0 | 135 | 17 | 116 | 126 | 56 |
| Binary | 10011100 | 11011010 | 10000 | 11100 | 0 | 1011101 | 1111 | 1001110 | 1010110 | 101110 |
Color Harmonies of #9CDA10
Complementary color
Monochromatic Colors of #9CDA10
Black with #9CDA10
Text Example
Text Example
White with #9CDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA10; }
p { color: rgb(156,218,16); }
H1.HeaderClassName
{
color: #9CDA10;
}
.AnyTagClassName
{
color: #9CDA10;
}
</style>
background-color css
<style>
a { background-color: #9CDA10; }
a { background-color: rgb(156,218,16); }
div.DivClassName
{
background-color: #9CDA10;
}
.BgClassName
{
background-color: #9CDA10;
}
</style>
border-color css
<style>
span { border-color: #9CDA10; }
span { border-color: rgb(156,218,16); }
td.TdClassName
{
border-color: #9CDA10;
}
.TagClassName
{
border-color: #9CDA10;
}
</style>