Shades of Inch Worm #90E014
Tints of Inch Worm #90E014
RGB
CMYK
RGB Variations
Color information
#90E014 (or 0x90E014) is known color: Inch Worm. HEX triplet: 90, E0 and 14. RGB value is (144,224,20). Sum of RGB (Red+Green+Blue) = 144+224+20=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #90E014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90E014 is #6F1FEB. Grayscale: #B1B1B1. Windows color (decimal): -7282668 or 1368208. OLE color: 1368208.
HSL color Cylindrical-coordinate representation of color #90E014: hue angle of 83.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90E014 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 20 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.12 |
| HSL | 83.53º | 0.84% | 0.48% | - |
| HSV(B) | 83.53º | 0.91% | 0.88% | - |
| XYZ | 38.28 | 59.29 | 10.09 | - |
| YUV | 176.82 | 39.5 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 20 | 0.36 | 0 | 0.91 | 0.12 | 83.53 | 0.84 | 0.48 |
| Hex | 90 | E0 | 14 | 24 | 0 | 5B | C | 54 | 54 | 30 |
| Octal | 220 | 340 | 24 | 44 | 0 | 133 | 14 | 124 | 124 | 60 |
| Binary | 10010000 | 11100000 | 10100 | 100100 | 0 | 1011011 | 1100 | 1010100 | 1010100 | 110000 |
Color Harmonies of #90E014
Complementary color
Monochromatic Colors of #90E014
Black with #90E014
Text Example
Text Example
White with #90E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E014; }
p { color: rgb(144,224,20); }
H1.HeaderClassName
{
color: #90E014;
}
.AnyTagClassName
{
color: #90E014;
}
</style>
background-color css
<style>
a { background-color: #90E014; }
a { background-color: rgb(144,224,20); }
div.DivClassName
{
background-color: #90E014;
}
.BgClassName
{
background-color: #90E014;
}
</style>
border-color css
<style>
span { border-color: #90E014; }
span { border-color: rgb(144,224,20); }
td.TdClassName
{
border-color: #90E014;
}
.TagClassName
{
border-color: #90E014;
}
</style>