Shades of Inch Worm #9BDA0F
Tints of Inch Worm #9BDA0F
RGB
CMYK
RGB Variations
Color information
#9BDA0F (or 0x9BDA0F) is known color: Inch Worm. HEX triplet: 9B, DA and 0F. RGB value is (155,218,15). Sum of RGB (Red+Green+Blue) = 155+218+15=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDA0F is #6425F0. Grayscale: #B0B0B0. Windows color (decimal): -6563313 or 1039003. OLE color: 1039003.
HSL color Cylindrical-coordinate representation of color #9BDA0F: hue angle of 78.62º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BDA0F is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 15 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.15 |
| HSL | 78.62º | 0.87% | 0.46% | - |
| HSV(B) | 78.62º | 0.93% | 0.85% | - |
| XYZ | 38.68 | 57.15 | 9.44 | - |
| YUV | 176.02 | 37.13 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 15 | 0.29 | 0 | 0.93 | 0.15 | 78.62 | 0.87 | 0.46 |
| Hex | 9B | DA | F | 1D | 0 | 5D | F | 4F | 57 | 2E |
| Octal | 233 | 332 | 17 | 35 | 0 | 135 | 17 | 117 | 127 | 56 |
| Binary | 10011011 | 11011010 | 1111 | 11101 | 0 | 1011101 | 1111 | 1001111 | 1010111 | 101110 |
Color Harmonies of #9BDA0F
Complementary color
Monochromatic Colors of #9BDA0F
Black with #9BDA0F
Text Example
Text Example
White with #9BDA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA0F; }
p { color: rgb(155,218,15); }
H1.HeaderClassName
{
color: #9BDA0F;
}
.AnyTagClassName
{
color: #9BDA0F;
}
</style>
background-color css
<style>
a { background-color: #9BDA0F; }
a { background-color: rgb(155,218,15); }
div.DivClassName
{
background-color: #9BDA0F;
}
.BgClassName
{
background-color: #9BDA0F;
}
</style>
border-color css
<style>
span { border-color: #9BDA0F; }
span { border-color: rgb(155,218,15); }
td.TdClassName
{
border-color: #9BDA0F;
}
.TagClassName
{
border-color: #9BDA0F;
}
</style>