Shades of Shadow Green #90C9B4
Tints of Shadow Green #90C9B4
RGB
CMYK
RGB Variations
Color information
#90C9B4 (or 0x90C9B4) is known color: Shadow Green. HEX triplet: 90, C9 and B4. RGB value is (144,201,180). Sum of RGB (Red+Green+Blue) = 144+201+180=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C9B4 is #6F364B. Grayscale: #B5B5B5. Windows color (decimal): -7288396 or 11848080. OLE color: 11848080.
HSL color Cylindrical-coordinate representation of color #90C9B4: hue angle of 157.89º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C9B4 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 180 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.21 |
| HSL | 157.89º | 0.35% | 0.68% | - |
| HSV(B) | 157.89º | 0.28% | 0.79% | - |
| XYZ | 40.63 | 51 | 50.88 | - |
| YUV | 181.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 180 | 0.28 | 0 | 0.10 | 0.21 | 157.89 | 0.35 | 0.68 |
| Hex | 90 | C9 | B4 | 1C | 0 | A | 15 | 9E | 23 | 44 |
| Octal | 220 | 311 | 264 | 34 | 0 | 12 | 25 | 236 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10110100 | 11100 | 0 | 1010 | 10101 | 10011110 | 100011 | 1000100 |
Color Harmonies of #90C9B4
Complementary color
Monochromatic Colors of #90C9B4
Black with #90C9B4
Text Example
Text Example
White with #90C9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9B4; }
p { color: rgb(144,201,180); }
H1.HeaderClassName
{
color: #90C9B4;
}
.AnyTagClassName
{
color: #90C9B4;
}
</style>
background-color css
<style>
a { background-color: #90C9B4; }
a { background-color: rgb(144,201,180); }
div.DivClassName
{
background-color: #90C9B4;
}
.BgClassName
{
background-color: #90C9B4;
}
</style>
border-color css
<style>
span { border-color: #90C9B4; }
span { border-color: rgb(144,201,180); }
td.TdClassName
{
border-color: #90C9B4;
}
.TagClassName
{
border-color: #90C9B4;
}
</style>