Shades of Inch Worm #9DD214
Tints of Inch Worm #9DD214
RGB
CMYK
RGB Variations
Color information
#9DD214 (or 0x9DD214) is known color: Inch Worm. HEX triplet: 9D, D2 and 14. RGB value is (157,210,20). Sum of RGB (Red+Green+Blue) = 157+210+20=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD214 is #622DEB. Grayscale: #ADADAD. Windows color (decimal): -6434284 or 1364637. OLE color: 1364637.
HSL color Cylindrical-coordinate representation of color #9DD214: hue angle of 76.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DD214 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 20 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.18 |
| HSL | 76.74º | 0.83% | 0.45% | - |
| HSV(B) | 76.74º | 0.9% | 0.82% | - |
| XYZ | 37.08 | 53.31 | 9 | - |
| YUV | 172.49 | 41.94 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 20 | 0.25 | 0 | 0.90 | 0.18 | 76.74 | 0.83 | 0.45 |
| Hex | 9D | D2 | 14 | 19 | 0 | 5A | 12 | 4D | 53 | 2D |
| Octal | 235 | 322 | 24 | 31 | 0 | 132 | 22 | 115 | 123 | 55 |
| Binary | 10011101 | 11010010 | 10100 | 11001 | 0 | 1011010 | 10010 | 1001101 | 1010011 | 101101 |
Color Harmonies of #9DD214
Complementary color
Monochromatic Colors of #9DD214
Black with #9DD214
Text Example
Text Example
White with #9DD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD214; }
p { color: rgb(157,210,20); }
H1.HeaderClassName
{
color: #9DD214;
}
.AnyTagClassName
{
color: #9DD214;
}
</style>
background-color css
<style>
a { background-color: #9DD214; }
a { background-color: rgb(157,210,20); }
div.DivClassName
{
background-color: #9DD214;
}
.BgClassName
{
background-color: #9DD214;
}
</style>
border-color css
<style>
span { border-color: #9DD214; }
span { border-color: rgb(157,210,20); }
td.TdClassName
{
border-color: #9DD214;
}
.TagClassName
{
border-color: #9DD214;
}
</style>