Shades of Inch Worm #9BF117
Tints of Inch Worm #9BF117
RGB
CMYK
RGB Variations
Color information
#9BF117 (or 0x9BF117) is known color: Inch Worm. HEX triplet: 9B, F1 and 17. RGB value is (155,241,23). Sum of RGB (Red+Green+Blue) = 155+241+23=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF117 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF117 is #640EE8. Grayscale: #BFBFBF. Windows color (decimal): -6557417 or 1569179. OLE color: 1569179.
HSL color Cylindrical-coordinate representation of color #9BF117: hue angle of 83.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BF117 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 23 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.05 |
| HSL | 83.67º | 0.89% | 0.52% | - |
| HSV(B) | 83.67º | 0.9% | 0.95% | - |
| XYZ | 45.13 | 69.94 | 11.93 | - |
| YUV | 190.43 | 33.51 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 23 | 0.36 | 0 | 0.90 | 0.05 | 83.67 | 0.89 | 0.52 |
| Hex | 9B | F1 | 17 | 24 | 0 | 5A | 5 | 54 | 59 | 34 |
| Octal | 233 | 361 | 27 | 44 | 0 | 132 | 5 | 124 | 131 | 64 |
| Binary | 10011011 | 11110001 | 10111 | 100100 | 0 | 1011010 | 101 | 1010100 | 1011001 | 110100 |
Color Harmonies of #9BF117
Complementary color
Monochromatic Colors of #9BF117
Black with #9BF117
Text Example
Text Example
White with #9BF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF117; }
p { color: rgb(155,241,23); }
H1.HeaderClassName
{
color: #9BF117;
}
.AnyTagClassName
{
color: #9BF117;
}
</style>
background-color css
<style>
a { background-color: #9BF117; }
a { background-color: rgb(155,241,23); }
div.DivClassName
{
background-color: #9BF117;
}
.BgClassName
{
background-color: #9BF117;
}
</style>
border-color css
<style>
span { border-color: #9BF117; }
span { border-color: rgb(155,241,23); }
td.TdClassName
{
border-color: #9BF117;
}
.TagClassName
{
border-color: #9BF117;
}
</style>