Shades of Inch Worm #9CDA14
Tints of Inch Worm #9CDA14
RGB
CMYK
RGB Variations
Color information
#9CDA14 (or 0x9CDA14) is known color: Inch Worm. HEX triplet: 9C, DA and 14. RGB value is (156,218,20). Sum of RGB (Red+Green+Blue) = 156+218+20=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDA14 is #6325EB. Grayscale: #B1B1B1. Windows color (decimal): -6497772 or 1366684. OLE color: 1366684.
HSL color Cylindrical-coordinate representation of color #9CDA14: hue angle of 78.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CDA14 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 20 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.15 |
| HSL | 78.79º | 0.83% | 0.47% | - |
| HSV(B) | 78.79º | 0.91% | 0.85% | - |
| XYZ | 38.91 | 57.26 | 9.66 | - |
| YUV | 176.89 | 39.46 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 20 | 0.28 | 0 | 0.91 | 0.15 | 78.79 | 0.83 | 0.47 |
| Hex | 9C | DA | 14 | 1C | 0 | 5B | F | 4F | 53 | 2F |
| Octal | 234 | 332 | 24 | 34 | 0 | 133 | 17 | 117 | 123 | 57 |
| Binary | 10011100 | 11011010 | 10100 | 11100 | 0 | 1011011 | 1111 | 1001111 | 1010011 | 101111 |
Color Harmonies of #9CDA14
Complementary color
Monochromatic Colors of #9CDA14
Black with #9CDA14
Text Example
Text Example
White with #9CDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA14; }
p { color: rgb(156,218,20); }
H1.HeaderClassName
{
color: #9CDA14;
}
.AnyTagClassName
{
color: #9CDA14;
}
</style>
background-color css
<style>
a { background-color: #9CDA14; }
a { background-color: rgb(156,218,20); }
div.DivClassName
{
background-color: #9CDA14;
}
.BgClassName
{
background-color: #9CDA14;
}
</style>
border-color css
<style>
span { border-color: #9CDA14; }
span { border-color: rgb(156,218,20); }
td.TdClassName
{
border-color: #9CDA14;
}
.TagClassName
{
border-color: #9CDA14;
}
</style>