Shades of Inch Worm #90D80F
Tints of Inch Worm #90D80F
RGB
CMYK
RGB Variations
Color information
#90D80F (or 0x90D80F) is known color: Inch Worm. HEX triplet: 90, D8 and 0F. RGB value is (144,216,15). Sum of RGB (Red+Green+Blue) = 144+216+15=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #90D80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D80F is #6F27F0. Grayscale: #ACACAC. Windows color (decimal): -7284721 or 1038480. OLE color: 1038480.
HSL color Cylindrical-coordinate representation of color #90D80F: hue angle of 81.49º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90D80F is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 15 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.15 |
| HSL | 81.49º | 0.87% | 0.45% | - |
| HSV(B) | 81.49º | 0.93% | 0.85% | - |
| XYZ | 36.14 | 55.08 | 9.18 | - |
| YUV | 171.56 | 39.65 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 15 | 0.33 | 0 | 0.93 | 0.15 | 81.49 | 0.87 | 0.45 |
| Hex | 90 | D8 | F | 21 | 0 | 5D | F | 51 | 57 | 2D |
| Octal | 220 | 330 | 17 | 41 | 0 | 135 | 17 | 121 | 127 | 55 |
| Binary | 10010000 | 11011000 | 1111 | 100001 | 0 | 1011101 | 1111 | 1010001 | 1010111 | 101101 |
Color Harmonies of #90D80F
Complementary color
Monochromatic Colors of #90D80F
Black with #90D80F
Text Example
Text Example
White with #90D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D80F; }
p { color: rgb(144,216,15); }
H1.HeaderClassName
{
color: #90D80F;
}
.AnyTagClassName
{
color: #90D80F;
}
</style>
background-color css
<style>
a { background-color: #90D80F; }
a { background-color: rgb(144,216,15); }
div.DivClassName
{
background-color: #90D80F;
}
.BgClassName
{
background-color: #90D80F;
}
</style>
border-color css
<style>
span { border-color: #90D80F; }
span { border-color: rgb(144,216,15); }
td.TdClassName
{
border-color: #90D80F;
}
.TagClassName
{
border-color: #90D80F;
}
</style>