Shades of Inch Worm #9BD915
Tints of Inch Worm #9BD915
RGB
CMYK
RGB Variations
Color information
#9BD915 (or 0x9BD915) is known color: Inch Worm. HEX triplet: 9B, D9 and 15. RGB value is (155,217,21). Sum of RGB (Red+Green+Blue) = 155+217+21=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD915 is #6426EA. Grayscale: #B0B0B0. Windows color (decimal): -6563563 or 1431963. OLE color: 1431963.
HSL color Cylindrical-coordinate representation of color #9BD915: hue angle of 78.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BD915 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 21 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.15 |
| HSL | 78.98º | 0.82% | 0.47% | - |
| HSV(B) | 78.98º | 0.9% | 0.85% | - |
| XYZ | 38.47 | 56.65 | 9.62 | - |
| YUV | 176.12 | 40.46 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 21 | 0.29 | 0 | 0.90 | 0.15 | 78.98 | 0.82 | 0.47 |
| Hex | 9B | D9 | 15 | 1D | 0 | 5A | F | 4F | 52 | 2F |
| Octal | 233 | 331 | 25 | 35 | 0 | 132 | 17 | 117 | 122 | 57 |
| Binary | 10011011 | 11011001 | 10101 | 11101 | 0 | 1011010 | 1111 | 1001111 | 1010010 | 101111 |
Color Harmonies of #9BD915
Complementary color
Monochromatic Colors of #9BD915
Black with #9BD915
Text Example
Text Example
White with #9BD915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD915; }
p { color: rgb(155,217,21); }
H1.HeaderClassName
{
color: #9BD915;
}
.AnyTagClassName
{
color: #9BD915;
}
</style>
background-color css
<style>
a { background-color: #9BD915; }
a { background-color: rgb(155,217,21); }
div.DivClassName
{
background-color: #9BD915;
}
.BgClassName
{
background-color: #9BD915;
}
</style>
border-color css
<style>
span { border-color: #9BD915; }
span { border-color: rgb(155,217,21); }
td.TdClassName
{
border-color: #9BD915;
}
.TagClassName
{
border-color: #9BD915;
}
</style>