Shades of Inch Worm #9BE413
Tints of Inch Worm #9BE413
RGB
CMYK
RGB Variations
Color information
#9BE413 (or 0x9BE413) is known color: Inch Worm. HEX triplet: 9B, E4 and 13. RGB value is (155,228,19). Sum of RGB (Red+Green+Blue) = 155+228+19=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 228 (89.45% from 255 or 56.72% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BE413 is #641BEC. Grayscale: #B7B7B7. Windows color (decimal): -6560749 or 1303707. OLE color: 1303707.
HSL color Cylindrical-coordinate representation of color #9BE413: hue angle of 80.96º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BE413 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 228 | 19 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.11 |
| HSL | 80.96º | 0.85% | 0.48% | - |
| HSV(B) | 80.96º | 0.92% | 0.89% | - |
| XYZ | 41.38 | 62.5 | 10.5 | - |
| YUV | 182.35 | 35.82 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 19 | 0.32 | 0 | 0.92 | 0.11 | 80.96 | 0.85 | 0.48 |
| Hex | 9B | E4 | 13 | 20 | 0 | 5C | B | 51 | 55 | 30 |
| Octal | 233 | 344 | 23 | 40 | 0 | 134 | 13 | 121 | 125 | 60 |
| Binary | 10011011 | 11100100 | 10011 | 100000 | 0 | 1011100 | 1011 | 1010001 | 1010101 | 110000 |
Color Harmonies of #9BE413
Complementary color
Monochromatic Colors of #9BE413
Black with #9BE413
Text Example
Text Example
White with #9BE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE413; }
p { color: rgb(155,228,19); }
H1.HeaderClassName
{
color: #9BE413;
}
.AnyTagClassName
{
color: #9BE413;
}
</style>
background-color css
<style>
a { background-color: #9BE413; }
a { background-color: rgb(155,228,19); }
div.DivClassName
{
background-color: #9BE413;
}
.BgClassName
{
background-color: #9BE413;
}
</style>
border-color css
<style>
span { border-color: #9BE413; }
span { border-color: rgb(155,228,19); }
td.TdClassName
{
border-color: #9BE413;
}
.TagClassName
{
border-color: #9BE413;
}
</style>