Shades of Green Smoke #90A160
Tints of Green Smoke #90A160
RGB
CMYK
RGB Variations
Color information
#90A160 (or 0x90A160) is known color: Green Smoke. HEX triplet: 90, A1 and 60. RGB value is (144,161,96). Sum of RGB (Red+Green+Blue) = 144+161+96=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #90A160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A160 is #6F5E9F. Grayscale: #949494. Windows color (decimal): -7298720 or 6332816. OLE color: 6332816.
HSL color Cylindrical-coordinate representation of color #90A160: hue angle of 75.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90A160 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 96 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.37 |
| HSL | 75.69º | 0.26% | 0.5% | - |
| HSV(B) | 75.69º | 0.4% | 0.63% | - |
| XYZ | 26.36 | 32.26 | 15.9 | - |
| YUV | 148.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 96 | 0.11 | 0 | 0.40 | 0.37 | 75.69 | 0.26 | 0.5 |
| Hex | 90 | A1 | 60 | B | 0 | 28 | 25 | 4C | 1A | 32 |
| Octal | 220 | 241 | 140 | 13 | 0 | 50 | 45 | 114 | 32 | 62 |
| Binary | 10010000 | 10100001 | 1100000 | 1011 | 0 | 101000 | 100101 | 1001100 | 11010 | 110010 |
Color Harmonies of #90A160
Complementary color
Monochromatic Colors of #90A160
Black with #90A160
Text Example
Text Example
White with #90A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A160; }
p { color: rgb(144,161,96); }
H1.HeaderClassName
{
color: #90A160;
}
.AnyTagClassName
{
color: #90A160;
}
</style>
background-color css
<style>
a { background-color: #90A160; }
a { background-color: rgb(144,161,96); }
div.DivClassName
{
background-color: #90A160;
}
.BgClassName
{
background-color: #90A160;
}
</style>
border-color css
<style>
span { border-color: #90A160; }
span { border-color: rgb(144,161,96); }
td.TdClassName
{
border-color: #90A160;
}
.TagClassName
{
border-color: #90A160;
}
</style>