Shades of Inch Worm #9BD213
Tints of Inch Worm #9BD213
RGB
CMYK
RGB Variations
Color information
#9BD213 (or 0x9BD213) is known color: Inch Worm. HEX triplet: 9B, D2 and 13. RGB value is (155,210,19). Sum of RGB (Red+Green+Blue) = 155+210+19=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD213 is #642DEC. Grayscale: #ACACAC. Windows color (decimal): -6565357 or 1299099. OLE color: 1299099.
HSL color Cylindrical-coordinate representation of color #9BD213: hue angle of 77.28º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BD213 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 19 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.18 |
| HSL | 77.28º | 0.83% | 0.45% | - |
| HSV(B) | 77.28º | 0.91% | 0.82% | - |
| XYZ | 36.68 | 53.11 | 8.93 | - |
| YUV | 171.78 | 41.78 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 19 | 0.26 | 0 | 0.91 | 0.18 | 77.28 | 0.83 | 0.45 |
| Hex | 9B | D2 | 13 | 1A | 0 | 5B | 12 | 4D | 53 | 2D |
| Octal | 233 | 322 | 23 | 32 | 0 | 133 | 22 | 115 | 123 | 55 |
| Binary | 10011011 | 11010010 | 10011 | 11010 | 0 | 1011011 | 10010 | 1001101 | 1010011 | 101101 |
Color Harmonies of #9BD213
Complementary color
Monochromatic Colors of #9BD213
Black with #9BD213
Text Example
Text Example
White with #9BD213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD213; }
p { color: rgb(155,210,19); }
H1.HeaderClassName
{
color: #9BD213;
}
.AnyTagClassName
{
color: #9BD213;
}
</style>
background-color css
<style>
a { background-color: #9BD213; }
a { background-color: rgb(155,210,19); }
div.DivClassName
{
background-color: #9BD213;
}
.BgClassName
{
background-color: #9BD213;
}
</style>
border-color css
<style>
span { border-color: #9BD213; }
span { border-color: rgb(155,210,19); }
td.TdClassName
{
border-color: #9BD213;
}
.TagClassName
{
border-color: #9BD213;
}
</style>