Shades of Inch Worm #9FE31F
Tints of Inch Worm #9FE31F
RGB
CMYK
RGB Variations
Color information
#9FE31F (or 0x9FE31F) is known color: Inch Worm. HEX triplet: 9F, E3 and 1F. RGB value is (159,227,31). Sum of RGB (Red+Green+Blue) = 159+227+31=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE31F is #601CE0. Grayscale: #B9B9B9. Windows color (decimal): -6298849 or 2089887. OLE color: 2089887.
HSL color Cylindrical-coordinate representation of color #9FE31F: hue angle of 80.82º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FE31F is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 31 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.11 |
| HSL | 80.82º | 0.78% | 0.51% | - |
| HSV(B) | 80.82º | 0.86% | 0.89% | - |
| XYZ | 42.01 | 62.41 | 11.13 | - |
| YUV | 184.32 | 41.47 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 31 | 0.30 | 0 | 0.86 | 0.11 | 80.82 | 0.78 | 0.51 |
| Hex | 9F | E3 | 1F | 1E | 0 | 56 | B | 51 | 4E | 33 |
| Octal | 237 | 343 | 37 | 36 | 0 | 126 | 13 | 121 | 116 | 63 |
| Binary | 10011111 | 11100011 | 11111 | 11110 | 0 | 1010110 | 1011 | 1010001 | 1001110 | 110011 |
Color Harmonies of #9FE31F
Complementary color
Monochromatic Colors of #9FE31F
Black with #9FE31F
Text Example
Text Example
White with #9FE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE31F; }
p { color: rgb(159,227,31); }
H1.HeaderClassName
{
color: #9FE31F;
}
.AnyTagClassName
{
color: #9FE31F;
}
</style>
background-color css
<style>
a { background-color: #9FE31F; }
a { background-color: rgb(159,227,31); }
div.DivClassName
{
background-color: #9FE31F;
}
.BgClassName
{
background-color: #9FE31F;
}
</style>
border-color css
<style>
span { border-color: #9FE31F; }
span { border-color: rgb(159,227,31); }
td.TdClassName
{
border-color: #9FE31F;
}
.TagClassName
{
border-color: #9FE31F;
}
</style>