Shades of Inch Worm #9DD815
Tints of Inch Worm #9DD815
RGB
CMYK
RGB Variations
Color information
#9DD815 (or 0x9DD815) is known color: Inch Worm. HEX triplet: 9D, D8 and 15. RGB value is (157,216,21). Sum of RGB (Red+Green+Blue) = 157+216+21=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD815 is #6227EA. Grayscale: #B0B0B0. Windows color (decimal): -6432747 or 1431709. OLE color: 1431709.
HSL color Cylindrical-coordinate representation of color #9DD815: hue angle of 78.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DD815 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 21 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.15 |
| HSL | 78.15º | 0.82% | 0.46% | - |
| HSV(B) | 78.15º | 0.9% | 0.85% | - |
| XYZ | 38.6 | 56.33 | 9.55 | - |
| YUV | 176.13 | 40.45 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 21 | 0.27 | 0 | 0.90 | 0.15 | 78.15 | 0.82 | 0.46 |
| Hex | 9D | D8 | 15 | 1B | 0 | 5A | F | 4E | 52 | 2E |
| Octal | 235 | 330 | 25 | 33 | 0 | 132 | 17 | 116 | 122 | 56 |
| Binary | 10011101 | 11011000 | 10101 | 11011 | 0 | 1011010 | 1111 | 1001110 | 1010010 | 101110 |
Color Harmonies of #9DD815
Complementary color
Monochromatic Colors of #9DD815
Black with #9DD815
Text Example
Text Example
White with #9DD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD815; }
p { color: rgb(157,216,21); }
H1.HeaderClassName
{
color: #9DD815;
}
.AnyTagClassName
{
color: #9DD815;
}
</style>
background-color css
<style>
a { background-color: #9DD815; }
a { background-color: rgb(157,216,21); }
div.DivClassName
{
background-color: #9DD815;
}
.BgClassName
{
background-color: #9DD815;
}
</style>
border-color css
<style>
span { border-color: #9DD815; }
span { border-color: rgb(157,216,21); }
td.TdClassName
{
border-color: #9DD815;
}
.TagClassName
{
border-color: #9DD815;
}
</style>