Shades of Inch Worm #9BD90C
Tints of Inch Worm #9BD90C
RGB
CMYK
RGB Variations
Color information
#9BD90C (or 0x9BD90C) is known color: Inch Worm. HEX triplet: 9B, D9 and 0C. RGB value is (155,217,12). Sum of RGB (Red+Green+Blue) = 155+217+12=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD90C is #6426F3. Grayscale: #AFAFAF. Windows color (decimal): -6563572 or 842139. OLE color: 842139.
HSL color Cylindrical-coordinate representation of color #9BD90C: hue angle of 78.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BD90C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 12 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.15 |
| HSL | 78.15º | 0.9% | 0.45% | - |
| HSV(B) | 78.15º | 0.94% | 0.85% | - |
| XYZ | 38.4 | 56.62 | 9.25 | - |
| YUV | 175.09 | 35.96 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 12 | 0.29 | 0 | 0.94 | 0.15 | 78.15 | 0.9 | 0.45 |
| Hex | 9B | D9 | C | 1D | 0 | 5E | F | 4E | 5A | 2D |
| Octal | 233 | 331 | 14 | 35 | 0 | 136 | 17 | 116 | 132 | 55 |
| Binary | 10011011 | 11011001 | 1100 | 11101 | 0 | 1011110 | 1111 | 1001110 | 1011010 | 101101 |
Color Harmonies of #9BD90C
Complementary color
Monochromatic Colors of #9BD90C
Black with #9BD90C
Text Example
Text Example
White with #9BD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD90C; }
p { color: rgb(155,217,12); }
H1.HeaderClassName
{
color: #9BD90C;
}
.AnyTagClassName
{
color: #9BD90C;
}
</style>
background-color css
<style>
a { background-color: #9BD90C; }
a { background-color: rgb(155,217,12); }
div.DivClassName
{
background-color: #9BD90C;
}
.BgClassName
{
background-color: #9BD90C;
}
</style>
border-color css
<style>
span { border-color: #9BD90C; }
span { border-color: rgb(155,217,12); }
td.TdClassName
{
border-color: #9BD90C;
}
.TagClassName
{
border-color: #9BD90C;
}
</style>