Shades of Inch Worm #9FED14
Tints of Inch Worm #9FED14
RGB
CMYK
RGB Variations
Color information
#9FED14 (or 0x9FED14) is known color: Inch Worm. HEX triplet: 9F, ED and 14. RGB value is (159,237,20). Sum of RGB (Red+Green+Blue) = 159+237+20=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 237 (92.97% from 255 or 56.97% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FED14 is #6012EB. Grayscale: #BDBDBD. Windows color (decimal): -6296300 or 1371551. OLE color: 1371551.
HSL color Cylindrical-coordinate representation of color #9FED14: hue angle of 81.57º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FED14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 20 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.07 |
| HSL | 81.57º | 0.86% | 0.5% | - |
| HSV(B) | 81.57º | 0.92% | 0.93% | - |
| XYZ | 44.71 | 67.99 | 11.43 | - |
| YUV | 188.94 | 32.66 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 20 | 0.33 | 0 | 0.92 | 0.07 | 81.57 | 0.86 | 0.5 |
| Hex | 9F | ED | 14 | 21 | 0 | 5C | 7 | 52 | 56 | 32 |
| Octal | 237 | 355 | 24 | 41 | 0 | 134 | 7 | 122 | 126 | 62 |
| Binary | 10011111 | 11101101 | 10100 | 100001 | 0 | 1011100 | 111 | 1010010 | 1010110 | 110010 |
Color Harmonies of #9FED14
Complementary color
Monochromatic Colors of #9FED14
Black with #9FED14
Text Example
Text Example
White with #9FED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FED14; }
p { color: rgb(159,237,20); }
H1.HeaderClassName
{
color: #9FED14;
}
.AnyTagClassName
{
color: #9FED14;
}
</style>
background-color css
<style>
a { background-color: #9FED14; }
a { background-color: rgb(159,237,20); }
div.DivClassName
{
background-color: #9FED14;
}
.BgClassName
{
background-color: #9FED14;
}
</style>
border-color css
<style>
span { border-color: #9FED14; }
span { border-color: rgb(159,237,20); }
td.TdClassName
{
border-color: #9FED14;
}
.TagClassName
{
border-color: #9FED14;
}
</style>