Shades of Inch Worm #9BD212
Tints of Inch Worm #9BD212
RGB
CMYK
RGB Variations
Color information
#9BD212 (or 0x9BD212) is known color: Inch Worm. HEX triplet: 9B, D2 and 12. RGB value is (155,210,18). Sum of RGB (Red+Green+Blue) = 155+210+18=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD212 is #642DED. Grayscale: #ACACAC. Windows color (decimal): -6565358 or 1233563. OLE color: 1233563.
HSL color Cylindrical-coordinate representation of color #9BD212: hue angle of 77.19º degrees, saturation: 0.84, 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 #9BD212 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 18 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.18 |
| HSL | 77.19º | 0.84% | 0.45% | - |
| HSV(B) | 77.19º | 0.91% | 0.82% | - |
| XYZ | 36.67 | 53.11 | 8.89 | - |
| YUV | 171.67 | 41.28 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 18 | 0.26 | 0 | 0.91 | 0.18 | 77.19 | 0.84 | 0.45 |
| Hex | 9B | D2 | 12 | 1A | 0 | 5B | 12 | 4D | 54 | 2D |
| Octal | 233 | 322 | 22 | 32 | 0 | 133 | 22 | 115 | 124 | 55 |
| Binary | 10011011 | 11010010 | 10010 | 11010 | 0 | 1011011 | 10010 | 1001101 | 1010100 | 101101 |
Color Harmonies of #9BD212
Complementary color
Monochromatic Colors of #9BD212
Black with #9BD212
Text Example
Text Example
White with #9BD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD212; }
p { color: rgb(155,210,18); }
H1.HeaderClassName
{
color: #9BD212;
}
.AnyTagClassName
{
color: #9BD212;
}
</style>
background-color css
<style>
a { background-color: #9BD212; }
a { background-color: rgb(155,210,18); }
div.DivClassName
{
background-color: #9BD212;
}
.BgClassName
{
background-color: #9BD212;
}
</style>
border-color css
<style>
span { border-color: #9BD212; }
span { border-color: rgb(155,210,18); }
td.TdClassName
{
border-color: #9BD212;
}
.TagClassName
{
border-color: #9BD212;
}
</style>