Shades of Inch Worm #90DC0B
Tints of Inch Worm #90DC0B
RGB
CMYK
RGB Variations
Color information
#90DC0B (or 0x90DC0B) is known color: Inch Worm. HEX triplet: 90, DC and 0B. RGB value is (144,220,11). Sum of RGB (Red+Green+Blue) = 144+220+11=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90DC0B is #6F23F4. Grayscale: #AEAEAE. Windows color (decimal): -7283701 or 777360. OLE color: 777360.
HSL color Cylindrical-coordinate representation of color #90DC0B: hue angle of 81.82º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90DC0B is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 11 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.14 |
| HSL | 81.82º | 0.9% | 0.45% | - |
| HSV(B) | 81.82º | 0.95% | 0.86% | - |
| XYZ | 37.16 | 57.14 | 9.39 | - |
| YUV | 173.45 | 36.32 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 11 | 0.35 | 0 | 0.95 | 0.14 | 81.82 | 0.9 | 0.45 |
| Hex | 90 | DC | B | 23 | 0 | 5F | E | 52 | 5A | 2D |
| Octal | 220 | 334 | 13 | 43 | 0 | 137 | 16 | 122 | 132 | 55 |
| Binary | 10010000 | 11011100 | 1011 | 100011 | 0 | 1011111 | 1110 | 1010010 | 1011010 | 101101 |
Color Harmonies of #90DC0B
Complementary color
Monochromatic Colors of #90DC0B
Black with #90DC0B
Text Example
Text Example
White with #90DC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC0B; }
p { color: rgb(144,220,11); }
H1.HeaderClassName
{
color: #90DC0B;
}
.AnyTagClassName
{
color: #90DC0B;
}
</style>
background-color css
<style>
a { background-color: #90DC0B; }
a { background-color: rgb(144,220,11); }
div.DivClassName
{
background-color: #90DC0B;
}
.BgClassName
{
background-color: #90DC0B;
}
</style>
border-color css
<style>
span { border-color: #90DC0B; }
span { border-color: rgb(144,220,11); }
td.TdClassName
{
border-color: #90DC0B;
}
.TagClassName
{
border-color: #90DC0B;
}
</style>