Shades of Inch Worm #9BD718
Tints of Inch Worm #9BD718
RGB
CMYK
RGB Variations
Color information
#9BD718 (or 0x9BD718) is known color: Inch Worm. HEX triplet: 9B, D7 and 18. RGB value is (155,215,24). Sum of RGB (Red+Green+Blue) = 155+215+24=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 215 (84.38% from 255 or 54.57% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD718 is #6428E7. Grayscale: #AFAFAF. Windows color (decimal): -6564072 or 1628059. OLE color: 1628059.
HSL color Cylindrical-coordinate representation of color #9BD718: hue angle of 78.85º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BD718 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 24 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.16 |
| HSL | 78.85º | 0.8% | 0.47% | - |
| HSV(B) | 78.85º | 0.89% | 0.84% | - |
| XYZ | 37.98 | 55.64 | 9.6 | - |
| YUV | 175.29 | 42.62 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 24 | 0.28 | 0 | 0.89 | 0.16 | 78.85 | 0.8 | 0.47 |
| Hex | 9B | D7 | 18 | 1C | 0 | 59 | 10 | 4F | 50 | 2F |
| Octal | 233 | 327 | 30 | 34 | 0 | 131 | 20 | 117 | 120 | 57 |
| Binary | 10011011 | 11010111 | 11000 | 11100 | 0 | 1011001 | 10000 | 1001111 | 1010000 | 101111 |
Color Harmonies of #9BD718
Complementary color
Monochromatic Colors of #9BD718
Black with #9BD718
Text Example
Text Example
White with #9BD718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD718; }
p { color: rgb(155,215,24); }
H1.HeaderClassName
{
color: #9BD718;
}
.AnyTagClassName
{
color: #9BD718;
}
</style>
background-color css
<style>
a { background-color: #9BD718; }
a { background-color: rgb(155,215,24); }
div.DivClassName
{
background-color: #9BD718;
}
.BgClassName
{
background-color: #9BD718;
}
</style>
border-color css
<style>
span { border-color: #9BD718; }
span { border-color: rgb(155,215,24); }
td.TdClassName
{
border-color: #9BD718;
}
.TagClassName
{
border-color: #9BD718;
}
</style>