Shades of Inch Worm #9BE00D
Tints of Inch Worm #9BE00D
RGB
CMYK
RGB Variations
Color information
#9BE00D (or 0x9BE00D) is known color: Inch Worm. HEX triplet: 9B, E0 and 0D. RGB value is (155,224,13). Sum of RGB (Red+Green+Blue) = 155+224+13=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BE00D is #641FF2. Grayscale: #B4B4B4. Windows color (decimal): -6561779 or 909467. OLE color: 909467.
HSL color Cylindrical-coordinate representation of color #9BE00D: hue angle of 79.62º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BE00D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 13 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.12 |
| HSL | 79.62º | 0.89% | 0.46% | - |
| HSV(B) | 79.62º | 0.94% | 0.88% | - |
| XYZ | 40.25 | 60.31 | 9.9 | - |
| YUV | 179.32 | 34.14 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 13 | 0.31 | 0 | 0.94 | 0.12 | 79.62 | 0.89 | 0.46 |
| Hex | 9B | E0 | D | 1F | 0 | 5E | C | 50 | 59 | 2E |
| Octal | 233 | 340 | 15 | 37 | 0 | 136 | 14 | 120 | 131 | 56 |
| Binary | 10011011 | 11100000 | 1101 | 11111 | 0 | 1011110 | 1100 | 1010000 | 1011001 | 101110 |
Color Harmonies of #9BE00D
Complementary color
Monochromatic Colors of #9BE00D
Black with #9BE00D
Text Example
Text Example
White with #9BE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE00D; }
p { color: rgb(155,224,13); }
H1.HeaderClassName
{
color: #9BE00D;
}
.AnyTagClassName
{
color: #9BE00D;
}
</style>
background-color css
<style>
a { background-color: #9BE00D; }
a { background-color: rgb(155,224,13); }
div.DivClassName
{
background-color: #9BE00D;
}
.BgClassName
{
background-color: #9BE00D;
}
</style>
border-color css
<style>
span { border-color: #9BE00D; }
span { border-color: rgb(155,224,13); }
td.TdClassName
{
border-color: #9BE00D;
}
.TagClassName
{
border-color: #9BE00D;
}
</style>