Shades of Inch Worm #90D70F
Tints of Inch Worm #90D70F
RGB
CMYK
RGB Variations
Color information
#90D70F (or 0x90D70F) is known color: Inch Worm. HEX triplet: 90, D7 and 0F. RGB value is (144,215,15). Sum of RGB (Red+Green+Blue) = 144+215+15=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #90D70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D70F is #6F28F0. Grayscale: #ABABAB. Windows color (decimal): -7284977 or 1038224. OLE color: 1038224.
HSL color Cylindrical-coordinate representation of color #90D70F: hue angle of 81.3º degrees, saturation: 0.87, 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 #90D70F is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 15 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.16 |
| HSL | 81.3º | 0.87% | 0.45% | - |
| HSV(B) | 81.3º | 0.93% | 0.84% | - |
| XYZ | 35.89 | 54.56 | 9.09 | - |
| YUV | 170.97 | 39.98 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 15 | 0.33 | 0 | 0.93 | 0.16 | 81.3 | 0.87 | 0.45 |
| Hex | 90 | D7 | F | 21 | 0 | 5D | 10 | 51 | 57 | 2D |
| Octal | 220 | 327 | 17 | 41 | 0 | 135 | 20 | 121 | 127 | 55 |
| Binary | 10010000 | 11010111 | 1111 | 100001 | 0 | 1011101 | 10000 | 1010001 | 1010111 | 101101 |
Color Harmonies of #90D70F
Complementary color
Monochromatic Colors of #90D70F
Black with #90D70F
Text Example
Text Example
White with #90D70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D70F; }
p { color: rgb(144,215,15); }
H1.HeaderClassName
{
color: #90D70F;
}
.AnyTagClassName
{
color: #90D70F;
}
</style>
background-color css
<style>
a { background-color: #90D70F; }
a { background-color: rgb(144,215,15); }
div.DivClassName
{
background-color: #90D70F;
}
.BgClassName
{
background-color: #90D70F;
}
</style>
border-color css
<style>
span { border-color: #90D70F; }
span { border-color: rgb(144,215,15); }
td.TdClassName
{
border-color: #90D70F;
}
.TagClassName
{
border-color: #90D70F;
}
</style>