Shades of Green Smoke #90A163
Tints of Green Smoke #90A163
RGB
CMYK
RGB Variations
Color information
#90A163 (or 0x90A163) is known color: Green Smoke. HEX triplet: 90, A1 and 63. RGB value is (144,161,99). Sum of RGB (Red+Green+Blue) = 144+161+99=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #90A163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A163 is #6F5E9C. Grayscale: #959595. Windows color (decimal): -7298717 or 6529424. OLE color: 6529424.
HSL color Cylindrical-coordinate representation of color #90A163: hue angle of 76.45º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90A163 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 99 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.37 |
| HSL | 76.45º | 0.25% | 0.51% | - |
| HSV(B) | 76.45º | 0.39% | 0.63% | - |
| XYZ | 26.5 | 32.32 | 16.65 | - |
| YUV | 148.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 99 | 0.11 | 0 | 0.39 | 0.37 | 76.45 | 0.25 | 0.51 |
| Hex | 90 | A1 | 63 | B | 0 | 27 | 25 | 4C | 19 | 33 |
| Octal | 220 | 241 | 143 | 13 | 0 | 47 | 45 | 114 | 31 | 63 |
| Binary | 10010000 | 10100001 | 1100011 | 1011 | 0 | 100111 | 100101 | 1001100 | 11001 | 110011 |
Color Harmonies of #90A163
Complementary color
Monochromatic Colors of #90A163
Black with #90A163
Text Example
Text Example
White with #90A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A163; }
p { color: rgb(144,161,99); }
H1.HeaderClassName
{
color: #90A163;
}
.AnyTagClassName
{
color: #90A163;
}
</style>
background-color css
<style>
a { background-color: #90A163; }
a { background-color: rgb(144,161,99); }
div.DivClassName
{
background-color: #90A163;
}
.BgClassName
{
background-color: #90A163;
}
</style>
border-color css
<style>
span { border-color: #90A163; }
span { border-color: rgb(144,161,99); }
td.TdClassName
{
border-color: #90A163;
}
.TagClassName
{
border-color: #90A163;
}
</style>