Shades of Inch Worm #9CDE14
Tints of Inch Worm #9CDE14
RGB
CMYK
RGB Variations
Color information
#9CDE14 (or 0x9CDE14) is known color: Inch Worm. HEX triplet: 9C, DE and 14. RGB value is (156,222,20). Sum of RGB (Red+Green+Blue) = 156+222+20=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDE14 is #6321EB. Grayscale: #B3B3B3. Windows color (decimal): -6496748 or 1367708. OLE color: 1367708.
HSL color Cylindrical-coordinate representation of color #9CDE14: hue angle of 79.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CDE14 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 20 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.13 |
| HSL | 79.6º | 0.83% | 0.47% | - |
| HSV(B) | 79.6º | 0.91% | 0.87% | - |
| XYZ | 39.96 | 59.36 | 10.01 | - |
| YUV | 179.24 | 38.13 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 20 | 0.30 | 0 | 0.91 | 0.13 | 79.6 | 0.83 | 0.47 |
| Hex | 9C | DE | 14 | 1E | 0 | 5B | D | 50 | 53 | 2F |
| Octal | 234 | 336 | 24 | 36 | 0 | 133 | 15 | 120 | 123 | 57 |
| Binary | 10011100 | 11011110 | 10100 | 11110 | 0 | 1011011 | 1101 | 1010000 | 1010011 | 101111 |
Color Harmonies of #9CDE14
Complementary color
Monochromatic Colors of #9CDE14
Black with #9CDE14
Text Example
Text Example
White with #9CDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDE14; }
p { color: rgb(156,222,20); }
H1.HeaderClassName
{
color: #9CDE14;
}
.AnyTagClassName
{
color: #9CDE14;
}
</style>
background-color css
<style>
a { background-color: #9CDE14; }
a { background-color: rgb(156,222,20); }
div.DivClassName
{
background-color: #9CDE14;
}
.BgClassName
{
background-color: #9CDE14;
}
</style>
border-color css
<style>
span { border-color: #9CDE14; }
span { border-color: rgb(156,222,20); }
td.TdClassName
{
border-color: #9CDE14;
}
.TagClassName
{
border-color: #9CDE14;
}
</style>