Shades of Inch Worm #9BDA12
Tints of Inch Worm #9BDA12
RGB
CMYK
RGB Variations
Color information
#9BDA12 (or 0x9BDA12) is known color: Inch Worm. HEX triplet: 9B, DA and 12. RGB value is (155,218,18). Sum of RGB (Red+Green+Blue) = 155+218+18=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDA12 is #6425ED. Grayscale: #B1B1B1. Windows color (decimal): -6563310 or 1235611. OLE color: 1235611.
HSL color Cylindrical-coordinate representation of color #9BDA12: hue angle of 78.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BDA12 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 18 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.15 |
| HSL | 78.9º | 0.85% | 0.46% | - |
| HSV(B) | 78.9º | 0.92% | 0.85% | - |
| XYZ | 38.7 | 57.16 | 9.56 | - |
| YUV | 176.36 | 38.63 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 18 | 0.29 | 0 | 0.92 | 0.15 | 78.9 | 0.85 | 0.46 |
| Hex | 9B | DA | 12 | 1D | 0 | 5C | F | 4F | 55 | 2E |
| Octal | 233 | 332 | 22 | 35 | 0 | 134 | 17 | 117 | 125 | 56 |
| Binary | 10011011 | 11011010 | 10010 | 11101 | 0 | 1011100 | 1111 | 1001111 | 1010101 | 101110 |
Color Harmonies of #9BDA12
Complementary color
Monochromatic Colors of #9BDA12
Black with #9BDA12
Text Example
Text Example
White with #9BDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA12; }
p { color: rgb(155,218,18); }
H1.HeaderClassName
{
color: #9BDA12;
}
.AnyTagClassName
{
color: #9BDA12;
}
</style>
background-color css
<style>
a { background-color: #9BDA12; }
a { background-color: rgb(155,218,18); }
div.DivClassName
{
background-color: #9BDA12;
}
.BgClassName
{
background-color: #9BDA12;
}
</style>
border-color css
<style>
span { border-color: #9BDA12; }
span { border-color: rgb(155,218,18); }
td.TdClassName
{
border-color: #9BDA12;
}
.TagClassName
{
border-color: #9BDA12;
}
</style>