Shades of Shadow Green #90C5B9
Tints of Shadow Green #90C5B9
RGB
CMYK
RGB Variations
Color information
#90C5B9 (or 0x90C5B9) is known color: Shadow Green. HEX triplet: 90, C5 and B9. RGB value is (144,197,185). Sum of RGB (Red+Green+Blue) = 144+197+185=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #90C5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C5B9 is #6F3A46. Grayscale: #B3B3B3. Windows color (decimal): -7289415 or 12174736. OLE color: 12174736.
HSL color Cylindrical-coordinate representation of color #90C5B9: hue angle of 166.42º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90C5B9 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 185 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.23 |
| HSL | 166.42º | 0.31% | 0.67% | - |
| HSV(B) | 166.42º | 0.27% | 0.77% | - |
| XYZ | 40.22 | 49.36 | 53.31 | - |
| YUV | 179.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 185 | 0.27 | 0 | 0.06 | 0.23 | 166.42 | 0.31 | 0.67 |
| Hex | 90 | C5 | B9 | 1B | 0 | 6 | 17 | A6 | 1F | 43 |
| Octal | 220 | 305 | 271 | 33 | 0 | 6 | 27 | 246 | 37 | 103 |
| Binary | 10010000 | 11000101 | 10111001 | 11011 | 0 | 110 | 10111 | 10100110 | 11111 | 1000011 |
Color Harmonies of #90C5B9
Complementary color
Monochromatic Colors of #90C5B9
Black with #90C5B9
Text Example
Text Example
White with #90C5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C5B9; }
p { color: rgb(144,197,185); }
H1.HeaderClassName
{
color: #90C5B9;
}
.AnyTagClassName
{
color: #90C5B9;
}
</style>
background-color css
<style>
a { background-color: #90C5B9; }
a { background-color: rgb(144,197,185); }
div.DivClassName
{
background-color: #90C5B9;
}
.BgClassName
{
background-color: #90C5B9;
}
</style>
border-color css
<style>
span { border-color: #90C5B9; }
span { border-color: rgb(144,197,185); }
td.TdClassName
{
border-color: #90C5B9;
}
.TagClassName
{
border-color: #90C5B9;
}
</style>