Shades of Inch Worm #9BE112
Tints of Inch Worm #9BE112
RGB
CMYK
RGB Variations
Color information
#9BE112 (or 0x9BE112) is known color: Inch Worm. HEX triplet: 9B, E1 and 12. RGB value is (155,225,18). Sum of RGB (Red+Green+Blue) = 155+225+18=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BE112 is #641EED. Grayscale: #B5B5B5. Windows color (decimal): -6561518 or 1237403. OLE color: 1237403.
HSL color Cylindrical-coordinate representation of color #9BE112: hue angle of 80.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BE112 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 18 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.12 |
| HSL | 80.29º | 0.85% | 0.48% | - |
| HSV(B) | 80.29º | 0.92% | 0.88% | - |
| XYZ | 40.55 | 60.86 | 10.18 | - |
| YUV | 180.47 | 36.31 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 18 | 0.31 | 0 | 0.92 | 0.12 | 80.29 | 0.85 | 0.48 |
| Hex | 9B | E1 | 12 | 1F | 0 | 5C | C | 50 | 55 | 30 |
| Octal | 233 | 341 | 22 | 37 | 0 | 134 | 14 | 120 | 125 | 60 |
| Binary | 10011011 | 11100001 | 10010 | 11111 | 0 | 1011100 | 1100 | 1010000 | 1010101 | 110000 |
Color Harmonies of #9BE112
Complementary color
Monochromatic Colors of #9BE112
Black with #9BE112
Text Example
Text Example
White with #9BE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE112; }
p { color: rgb(155,225,18); }
H1.HeaderClassName
{
color: #9BE112;
}
.AnyTagClassName
{
color: #9BE112;
}
</style>
background-color css
<style>
a { background-color: #9BE112; }
a { background-color: rgb(155,225,18); }
div.DivClassName
{
background-color: #9BE112;
}
.BgClassName
{
background-color: #9BE112;
}
</style>
border-color css
<style>
span { border-color: #9BE112; }
span { border-color: rgb(155,225,18); }
td.TdClassName
{
border-color: #9BE112;
}
.TagClassName
{
border-color: #9BE112;
}
</style>