Shades of Inch Worm #9FDB13
Tints of Inch Worm #9FDB13
RGB
CMYK
RGB Variations
Color information
#9FDB13 (or 0x9FDB13) is known color: Inch Worm. HEX triplet: 9F, DB and 13. RGB value is (159,219,19). Sum of RGB (Red+Green+Blue) = 159+219+19=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDB13 is #6024EC. Grayscale: #B2B2B2. Windows color (decimal): -6300909 or 1301407. OLE color: 1301407.
HSL color Cylindrical-coordinate representation of color #9FDB13: hue angle of 78º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FDB13 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 19 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.14 |
| HSL | 78º | 0.84% | 0.47% | - |
| HSV(B) | 78º | 0.91% | 0.86% | - |
| XYZ | 39.75 | 58.08 | 9.73 | - |
| YUV | 178.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 19 | 0.27 | 0 | 0.91 | 0.14 | 78 | 0.84 | 0.47 |
| Hex | 9F | DB | 13 | 1B | 0 | 5B | E | 4E | 54 | 2F |
| Octal | 237 | 333 | 23 | 33 | 0 | 133 | 16 | 116 | 124 | 57 |
| Binary | 10011111 | 11011011 | 10011 | 11011 | 0 | 1011011 | 1110 | 1001110 | 1010100 | 101111 |
Color Harmonies of #9FDB13
Complementary color
Monochromatic Colors of #9FDB13
Black with #9FDB13
Text Example
Text Example
White with #9FDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB13; }
p { color: rgb(159,219,19); }
H1.HeaderClassName
{
color: #9FDB13;
}
.AnyTagClassName
{
color: #9FDB13;
}
</style>
background-color css
<style>
a { background-color: #9FDB13; }
a { background-color: rgb(159,219,19); }
div.DivClassName
{
background-color: #9FDB13;
}
.BgClassName
{
background-color: #9FDB13;
}
</style>
border-color css
<style>
span { border-color: #9FDB13; }
span { border-color: rgb(159,219,19); }
td.TdClassName
{
border-color: #9FDB13;
}
.TagClassName
{
border-color: #9FDB13;
}
</style>