Shades of Inch Worm #9FED16
Tints of Inch Worm #9FED16
RGB
CMYK
RGB Variations
Color information
#9FED16 (or 0x9FED16) is known color: Inch Worm. HEX triplet: 9F, ED and 16. RGB value is (159,237,22). Sum of RGB (Red+Green+Blue) = 159+237+22=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 237 (92.97% from 255 or 56.70% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FED16 is #6012E9. Grayscale: #BDBDBD. Windows color (decimal): -6296298 or 1502623. OLE color: 1502623.
HSL color Cylindrical-coordinate representation of color #9FED16: hue angle of 81.77º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FED16 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 22 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.07 |
| HSL | 81.77º | 0.86% | 0.51% | - |
| HSV(B) | 81.77º | 0.91% | 0.93% | - |
| XYZ | 44.73 | 68 | 11.53 | - |
| YUV | 189.17 | 33.66 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 22 | 0.33 | 0 | 0.91 | 0.07 | 81.77 | 0.86 | 0.51 |
| Hex | 9F | ED | 16 | 21 | 0 | 5B | 7 | 52 | 56 | 33 |
| Octal | 237 | 355 | 26 | 41 | 0 | 133 | 7 | 122 | 126 | 63 |
| Binary | 10011111 | 11101101 | 10110 | 100001 | 0 | 1011011 | 111 | 1010010 | 1010110 | 110011 |
Color Harmonies of #9FED16
Complementary color
Monochromatic Colors of #9FED16
Black with #9FED16
Text Example
Text Example
White with #9FED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FED16; }
p { color: rgb(159,237,22); }
H1.HeaderClassName
{
color: #9FED16;
}
.AnyTagClassName
{
color: #9FED16;
}
</style>
background-color css
<style>
a { background-color: #9FED16; }
a { background-color: rgb(159,237,22); }
div.DivClassName
{
background-color: #9FED16;
}
.BgClassName
{
background-color: #9FED16;
}
</style>
border-color css
<style>
span { border-color: #9FED16; }
span { border-color: rgb(159,237,22); }
td.TdClassName
{
border-color: #9FED16;
}
.TagClassName
{
border-color: #9FED16;
}
</style>