Shades of Inch Worm #9BD30C
Tints of Inch Worm #9BD30C
RGB
CMYK
RGB Variations
Color information
#9BD30C (or 0x9BD30C) is known color: Inch Worm. HEX triplet: 9B, D3 and 0C. RGB value is (155,211,12). Sum of RGB (Red+Green+Blue) = 155+211+12=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD30C is #642CF3. Grayscale: #ACACAC. Windows color (decimal): -6565108 or 840603. OLE color: 840603.
HSL color Cylindrical-coordinate representation of color #9BD30C: hue angle of 76.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BD30C is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 12 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.17 |
| HSL | 76.88º | 0.89% | 0.44% | - |
| HSV(B) | 76.88º | 0.94% | 0.83% | - |
| XYZ | 36.88 | 53.58 | 8.75 | - |
| YUV | 171.57 | 37.95 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 12 | 0.27 | 0 | 0.94 | 0.17 | 76.88 | 0.89 | 0.44 |
| Hex | 9B | D3 | C | 1B | 0 | 5E | 11 | 4D | 59 | 2C |
| Octal | 233 | 323 | 14 | 33 | 0 | 136 | 21 | 115 | 131 | 54 |
| Binary | 10011011 | 11010011 | 1100 | 11011 | 0 | 1011110 | 10001 | 1001101 | 1011001 | 101100 |
Color Harmonies of #9BD30C
Complementary color
Monochromatic Colors of #9BD30C
Black with #9BD30C
Text Example
Text Example
White with #9BD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD30C; }
p { color: rgb(155,211,12); }
H1.HeaderClassName
{
color: #9BD30C;
}
.AnyTagClassName
{
color: #9BD30C;
}
</style>
background-color css
<style>
a { background-color: #9BD30C; }
a { background-color: rgb(155,211,12); }
div.DivClassName
{
background-color: #9BD30C;
}
.BgClassName
{
background-color: #9BD30C;
}
</style>
border-color css
<style>
span { border-color: #9BD30C; }
span { border-color: rgb(155,211,12); }
td.TdClassName
{
border-color: #9BD30C;
}
.TagClassName
{
border-color: #9BD30C;
}
</style>