Shades of Inch Worm #9FF013
Tints of Inch Worm #9FF013
RGB
CMYK
RGB Variations
Color information
#9FF013 (or 0x9FF013) is known color: Inch Worm. HEX triplet: 9F, F0 and 13. RGB value is (159,240,19). Sum of RGB (Red+Green+Blue) = 159+240+19=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF013 is #600FEC. Grayscale: #BFBFBF. Windows color (decimal): -6295533 or 1306783. OLE color: 1306783.
HSL color Cylindrical-coordinate representation of color #9FF013: hue angle of 81.99º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FF013 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 19 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.06 |
| HSL | 81.99º | 0.88% | 0.51% | - |
| HSV(B) | 81.99º | 0.92% | 0.94% | - |
| XYZ | 45.58 | 69.74 | 11.67 | - |
| YUV | 190.59 | 31.16 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 19 | 0.34 | 0 | 0.92 | 0.06 | 81.99 | 0.88 | 0.51 |
| Hex | 9F | F0 | 13 | 22 | 0 | 5C | 6 | 52 | 58 | 33 |
| Octal | 237 | 360 | 23 | 42 | 0 | 134 | 6 | 122 | 130 | 63 |
| Binary | 10011111 | 11110000 | 10011 | 100010 | 0 | 1011100 | 110 | 1010010 | 1011000 | 110011 |
Color Harmonies of #9FF013
Complementary color
Monochromatic Colors of #9FF013
Black with #9FF013
Text Example
Text Example
White with #9FF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF013; }
p { color: rgb(159,240,19); }
H1.HeaderClassName
{
color: #9FF013;
}
.AnyTagClassName
{
color: #9FF013;
}
</style>
background-color css
<style>
a { background-color: #9FF013; }
a { background-color: rgb(159,240,19); }
div.DivClassName
{
background-color: #9FF013;
}
.BgClassName
{
background-color: #9FF013;
}
</style>
border-color css
<style>
span { border-color: #9FF013; }
span { border-color: rgb(159,240,19); }
td.TdClassName
{
border-color: #9FF013;
}
.TagClassName
{
border-color: #9FF013;
}
</style>