Shades of Inch Worm #90D50E
Tints of Inch Worm #90D50E
RGB
CMYK
RGB Variations
Color information
#90D50E (or 0x90D50E) is known color: Inch Worm. HEX triplet: 90, D5 and 0E. RGB value is (144,213,14). Sum of RGB (Red+Green+Blue) = 144+213+14=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #90D50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D50E is #6F2AF1. Grayscale: #AAAAAA. Windows color (decimal): -7285490 or 972176. OLE color: 972176.
HSL color Cylindrical-coordinate representation of color #90D50E: hue angle of 80.8º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90D50E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.16 |
| HSL | 80.8º | 0.88% | 0.45% | - |
| HSV(B) | 80.8º | 0.93% | 0.84% | - |
| XYZ | 35.38 | 53.55 | 8.89 | - |
| YUV | 169.68 | 40.14 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 14 | 0.32 | 0 | 0.93 | 0.16 | 80.8 | 0.88 | 0.45 |
| Hex | 90 | D5 | E | 20 | 0 | 5D | 10 | 51 | 58 | 2D |
| Octal | 220 | 325 | 16 | 40 | 0 | 135 | 20 | 121 | 130 | 55 |
| Binary | 10010000 | 11010101 | 1110 | 100000 | 0 | 1011101 | 10000 | 1010001 | 1011000 | 101101 |
Color Harmonies of #90D50E
Complementary color
Monochromatic Colors of #90D50E
Black with #90D50E
Text Example
Text Example
White with #90D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D50E; }
p { color: rgb(144,213,14); }
H1.HeaderClassName
{
color: #90D50E;
}
.AnyTagClassName
{
color: #90D50E;
}
</style>
background-color css
<style>
a { background-color: #90D50E; }
a { background-color: rgb(144,213,14); }
div.DivClassName
{
background-color: #90D50E;
}
.BgClassName
{
background-color: #90D50E;
}
</style>
border-color css
<style>
span { border-color: #90D50E; }
span { border-color: rgb(144,213,14); }
td.TdClassName
{
border-color: #90D50E;
}
.TagClassName
{
border-color: #90D50E;
}
</style>