Shades of Inch Worm #9BD307
Tints of Inch Worm #9BD307
RGB
CMYK
RGB Variations
Color information
#9BD307 (or 0x9BD307) is known color: Inch Worm. HEX triplet: 9B, D3 and 07. RGB value is (155,211,7). Sum of RGB (Red+Green+Blue) = 155+211+7=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD307 is #642CF8. Grayscale: #ABABAB. Windows color (decimal): -6565113 or 512923. OLE color: 512923.
HSL color Cylindrical-coordinate representation of color #9BD307: hue angle of 76.47º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BD307 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 7 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.17 |
| HSL | 76.47º | 0.94% | 0.43% | - |
| HSV(B) | 76.47º | 0.97% | 0.83% | - |
| XYZ | 36.85 | 53.57 | 8.6 | - |
| YUV | 171 | 35.45 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 7 | 0.27 | 0 | 0.97 | 0.17 | 76.47 | 0.94 | 0.43 |
| Hex | 9B | D3 | 7 | 1B | 0 | 61 | 11 | 4C | 5E | 2B |
| Octal | 233 | 323 | 7 | 33 | 0 | 141 | 21 | 114 | 136 | 53 |
| Binary | 10011011 | 11010011 | 111 | 11011 | 0 | 1100001 | 10001 | 1001100 | 1011110 | 101011 |
Color Harmonies of #9BD307
Complementary color
Monochromatic Colors of #9BD307
Black with #9BD307
Text Example
Text Example
White with #9BD307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD307; }
p { color: rgb(155,211,7); }
H1.HeaderClassName
{
color: #9BD307;
}
.AnyTagClassName
{
color: #9BD307;
}
</style>
background-color css
<style>
a { background-color: #9BD307; }
a { background-color: rgb(155,211,7); }
div.DivClassName
{
background-color: #9BD307;
}
.BgClassName
{
background-color: #9BD307;
}
</style>
border-color css
<style>
span { border-color: #9BD307; }
span { border-color: rgb(155,211,7); }
td.TdClassName
{
border-color: #9BD307;
}
.TagClassName
{
border-color: #9BD307;
}
</style>