Shades of Inch Worm #9FE405
Tints of Inch Worm #9FE405
RGB
CMYK
RGB Variations
Color information
#9FE405 (or 0x9FE405) is known color: Inch Worm. HEX triplet: 9F, E4 and 05. RGB value is (159,228,5). Sum of RGB (Red+Green+Blue) = 159+228+5=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 228 (89.45% from 255 or 58.16% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE405 is #601BFA. Grayscale: #B6B6B6. Windows color (decimal): -6298619 or 386207. OLE color: 386207.
HSL color Cylindrical-coordinate representation of color #9FE405: hue angle of 78.57º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FE405 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.11 |
| HSL | 78.57º | 0.96% | 0.46% | - |
| HSV(B) | 78.57º | 0.98% | 0.89% | - |
| XYZ | 42.07 | 62.87 | 10.06 | - |
| YUV | 181.95 | 28.14 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 5 | 0.30 | 0 | 0.98 | 0.11 | 78.57 | 0.96 | 0.46 |
| Hex | 9F | E4 | 5 | 1E | 0 | 62 | B | 4F | 60 | 2E |
| Octal | 237 | 344 | 5 | 36 | 0 | 142 | 13 | 117 | 140 | 56 |
| Binary | 10011111 | 11100100 | 101 | 11110 | 0 | 1100010 | 1011 | 1001111 | 1100000 | 101110 |
Color Harmonies of #9FE405
Complementary color
Monochromatic Colors of #9FE405
Black with #9FE405
Text Example
Text Example
White with #9FE405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE405; }
p { color: rgb(159,228,5); }
H1.HeaderClassName
{
color: #9FE405;
}
.AnyTagClassName
{
color: #9FE405;
}
</style>
background-color css
<style>
a { background-color: #9FE405; }
a { background-color: rgb(159,228,5); }
div.DivClassName
{
background-color: #9FE405;
}
.BgClassName
{
background-color: #9FE405;
}
</style>
border-color css
<style>
span { border-color: #9FE405; }
span { border-color: rgb(159,228,5); }
td.TdClassName
{
border-color: #9FE405;
}
.TagClassName
{
border-color: #9FE405;
}
</style>