Shades of Inch Worm #9FE313
Tints of Inch Worm #9FE313
RGB
CMYK
RGB Variations
Color information
#9FE313 (or 0x9FE313) is known color: Inch Worm. HEX triplet: 9F, E3 and 13. RGB value is (159,227,19). Sum of RGB (Red+Green+Blue) = 159+227+19=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 227 (89.06% from 255 or 56.05% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE313 is #601CEC. Grayscale: #B7B7B7. Windows color (decimal): -6298861 or 1303455. OLE color: 1303455.
HSL color Cylindrical-coordinate representation of color #9FE313: hue angle of 79.62º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FE313 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 19 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.11 |
| HSL | 79.62º | 0.85% | 0.48% | - |
| HSV(B) | 79.62º | 0.92% | 0.89% | - |
| XYZ | 41.88 | 62.36 | 10.44 | - |
| YUV | 182.96 | 35.47 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 19 | 0.30 | 0 | 0.92 | 0.11 | 79.62 | 0.85 | 0.48 |
| Hex | 9F | E3 | 13 | 1E | 0 | 5C | B | 50 | 55 | 30 |
| Octal | 237 | 343 | 23 | 36 | 0 | 134 | 13 | 120 | 125 | 60 |
| Binary | 10011111 | 11100011 | 10011 | 11110 | 0 | 1011100 | 1011 | 1010000 | 1010101 | 110000 |
Color Harmonies of #9FE313
Complementary color
Monochromatic Colors of #9FE313
Black with #9FE313
Text Example
Text Example
White with #9FE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE313; }
p { color: rgb(159,227,19); }
H1.HeaderClassName
{
color: #9FE313;
}
.AnyTagClassName
{
color: #9FE313;
}
</style>
background-color css
<style>
a { background-color: #9FE313; }
a { background-color: rgb(159,227,19); }
div.DivClassName
{
background-color: #9FE313;
}
.BgClassName
{
background-color: #9FE313;
}
</style>
border-color css
<style>
span { border-color: #9FE313; }
span { border-color: rgb(159,227,19); }
td.TdClassName
{
border-color: #9FE313;
}
.TagClassName
{
border-color: #9FE313;
}
</style>