Shades of Shadow Green #90B9AD
Tints of Shadow Green #90B9AD
RGB
CMYK
RGB Variations
Color information
#90B9AD (or 0x90B9AD) is known color: Shadow Green. HEX triplet: 90, B9 and AD. RGB value is (144,185,173). Sum of RGB (Red+Green+Blue) = 144+185+173=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #90B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B9AD is #6F4652. Grayscale: #ABABAB. Windows color (decimal): -7292499 or 11385232. OLE color: 11385232.
HSL color Cylindrical-coordinate representation of color #90B9AD: hue angle of 162.44º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90B9AD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 185 | 173 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.27 |
| HSL | 162.44º | 0.23% | 0.65% | - |
| HSV(B) | 162.44º | 0.22% | 0.73% | - |
| XYZ | 36.39 | 43.64 | 46.04 | - |
| YUV | 171.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 185 | 173 | 0.22 | 0 | 0.06 | 0.27 | 162.44 | 0.23 | 0.65 |
| Hex | 90 | B9 | AD | 16 | 0 | 6 | 1B | A2 | 17 | 41 |
| Octal | 220 | 271 | 255 | 26 | 0 | 6 | 33 | 242 | 27 | 101 |
| Binary | 10010000 | 10111001 | 10101101 | 10110 | 0 | 110 | 11011 | 10100010 | 10111 | 1000001 |
Color Harmonies of #90B9AD
Complementary color
Monochromatic Colors of #90B9AD
Black with #90B9AD
Text Example
Text Example
White with #90B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B9AD; }
p { color: rgb(144,185,173); }
H1.HeaderClassName
{
color: #90B9AD;
}
.AnyTagClassName
{
color: #90B9AD;
}
</style>
background-color css
<style>
a { background-color: #90B9AD; }
a { background-color: rgb(144,185,173); }
div.DivClassName
{
background-color: #90B9AD;
}
.BgClassName
{
background-color: #90B9AD;
}
</style>
border-color css
<style>
span { border-color: #90B9AD; }
span { border-color: rgb(144,185,173); }
td.TdClassName
{
border-color: #90B9AD;
}
.TagClassName
{
border-color: #90B9AD;
}
</style>