Shades of Inch Worm #9BD70F
Tints of Inch Worm #9BD70F
RGB
CMYK
RGB Variations
Color information
#9BD70F (or 0x9BD70F) is known color: Inch Worm. HEX triplet: 9B, D7 and 0F. RGB value is (155,215,15). Sum of RGB (Red+Green+Blue) = 155+215+15=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD70F is #6428F0. Grayscale: #AFAFAF. Windows color (decimal): -6564081 or 1038235. OLE color: 1038235.
HSL color Cylindrical-coordinate representation of color #9BD70F: hue angle of 78º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BD70F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 15 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.16 |
| HSL | 78º | 0.87% | 0.45% | - |
| HSV(B) | 78º | 0.93% | 0.84% | - |
| XYZ | 37.9 | 55.6 | 9.19 | - |
| YUV | 174.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 15 | 0.28 | 0 | 0.93 | 0.16 | 78 | 0.87 | 0.45 |
| Hex | 9B | D7 | F | 1C | 0 | 5D | 10 | 4E | 57 | 2D |
| Octal | 233 | 327 | 17 | 34 | 0 | 135 | 20 | 116 | 127 | 55 |
| Binary | 10011011 | 11010111 | 1111 | 11100 | 0 | 1011101 | 10000 | 1001110 | 1010111 | 101101 |
Color Harmonies of #9BD70F
Complementary color
Monochromatic Colors of #9BD70F
Black with #9BD70F
Text Example
Text Example
White with #9BD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD70F; }
p { color: rgb(155,215,15); }
H1.HeaderClassName
{
color: #9BD70F;
}
.AnyTagClassName
{
color: #9BD70F;
}
</style>
background-color css
<style>
a { background-color: #9BD70F; }
a { background-color: rgb(155,215,15); }
div.DivClassName
{
background-color: #9BD70F;
}
.BgClassName
{
background-color: #9BD70F;
}
</style>
border-color css
<style>
span { border-color: #9BD70F; }
span { border-color: rgb(155,215,15); }
td.TdClassName
{
border-color: #9BD70F;
}
.TagClassName
{
border-color: #9BD70F;
}
</style>