Shades of Inch Worm #90DC08
Tints of Inch Worm #90DC08
RGB
CMYK
RGB Variations
Color information
#90DC08 (or 0x90DC08) is known color: Inch Worm. HEX triplet: 90, DC and 08. RGB value is (144,220,8). Sum of RGB (Red+Green+Blue) = 144+220+8=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90DC08 is #6F23F7. Grayscale: #ADADAD. Windows color (decimal): -7283704 or 580752. OLE color: 580752.
HSL color Cylindrical-coordinate representation of color #90DC08: hue angle of 81.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90DC08 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 8 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.14 |
| HSL | 81.51º | 0.93% | 0.45% | - |
| HSV(B) | 81.51º | 0.96% | 0.86% | - |
| XYZ | 37.14 | 57.13 | 9.3 | - |
| YUV | 173.11 | 34.82 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 8 | 0.35 | 0 | 0.96 | 0.14 | 81.51 | 0.93 | 0.45 |
| Hex | 90 | DC | 8 | 23 | 0 | 60 | E | 52 | 5D | 2D |
| Octal | 220 | 334 | 10 | 43 | 0 | 140 | 16 | 122 | 135 | 55 |
| Binary | 10010000 | 11011100 | 1000 | 100011 | 0 | 1100000 | 1110 | 1010010 | 1011101 | 101101 |
Color Harmonies of #90DC08
Complementary color
Monochromatic Colors of #90DC08
Black with #90DC08
Text Example
Text Example
White with #90DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC08; }
p { color: rgb(144,220,8); }
H1.HeaderClassName
{
color: #90DC08;
}
.AnyTagClassName
{
color: #90DC08;
}
</style>
background-color css
<style>
a { background-color: #90DC08; }
a { background-color: rgb(144,220,8); }
div.DivClassName
{
background-color: #90DC08;
}
.BgClassName
{
background-color: #90DC08;
}
</style>
border-color css
<style>
span { border-color: #90DC08; }
span { border-color: rgb(144,220,8); }
td.TdClassName
{
border-color: #90DC08;
}
.TagClassName
{
border-color: #90DC08;
}
</style>