Shades of Inch Worm #9CD314
Tints of Inch Worm #9CD314
RGB
CMYK
RGB Variations
Color information
#9CD314 (or 0x9CD314) is known color: Inch Worm. HEX triplet: 9C, D3 and 14. RGB value is (156,211,20). Sum of RGB (Red+Green+Blue) = 156+211+20=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD314 is #632CEB. Grayscale: #ADADAD. Windows color (decimal): -6499564 or 1364892. OLE color: 1364892.
HSL color Cylindrical-coordinate representation of color #9CD314: hue angle of 77.28º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CD314 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 211 | 20 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.17 |
| HSL | 77.28º | 0.83% | 0.45% | - |
| HSV(B) | 77.28º | 0.91% | 0.83% | - |
| XYZ | 37.13 | 53.71 | 9.07 | - |
| YUV | 172.78 | 41.78 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 20 | 0.26 | 0 | 0.91 | 0.17 | 77.28 | 0.83 | 0.45 |
| Hex | 9C | D3 | 14 | 1A | 0 | 5B | 11 | 4D | 53 | 2D |
| Octal | 234 | 323 | 24 | 32 | 0 | 133 | 21 | 115 | 123 | 55 |
| Binary | 10011100 | 11010011 | 10100 | 11010 | 0 | 1011011 | 10001 | 1001101 | 1010011 | 101101 |
Color Harmonies of #9CD314
Complementary color
Monochromatic Colors of #9CD314
Black with #9CD314
Text Example
Text Example
White with #9CD314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD314; }
p { color: rgb(156,211,20); }
H1.HeaderClassName
{
color: #9CD314;
}
.AnyTagClassName
{
color: #9CD314;
}
</style>
background-color css
<style>
a { background-color: #9CD314; }
a { background-color: rgb(156,211,20); }
div.DivClassName
{
background-color: #9CD314;
}
.BgClassName
{
background-color: #9CD314;
}
</style>
border-color css
<style>
span { border-color: #9CD314; }
span { border-color: rgb(156,211,20); }
td.TdClassName
{
border-color: #9CD314;
}
.TagClassName
{
border-color: #9CD314;
}
</style>