Shades of Shadow Green #90C2B0
Tints of Shadow Green #90C2B0
RGB
CMYK
RGB Variations
Color information
#90C2B0 (or 0x90C2B0) is known color: Shadow Green. HEX triplet: 90, C2 and B0. RGB value is (144,194,176). Sum of RGB (Red+Green+Blue) = 144+194+176=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #90C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C2B0 is #6F3D4F. Grayscale: #B1B1B1. Windows color (decimal): -7290192 or 11584144. OLE color: 11584144.
HSL color Cylindrical-coordinate representation of color #90C2B0: hue angle of 158.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90C2B0 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 176 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.24 |
| HSL | 158.4º | 0.29% | 0.66% | - |
| HSV(B) | 158.4º | 0.26% | 0.76% | - |
| XYZ | 38.63 | 47.65 | 48.24 | - |
| YUV | 177 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 176 | 0.26 | 0 | 0.09 | 0.24 | 158.4 | 0.29 | 0.66 |
| Hex | 90 | C2 | B0 | 1A | 0 | 9 | 18 | 9E | 1D | 42 |
| Octal | 220 | 302 | 260 | 32 | 0 | 11 | 30 | 236 | 35 | 102 |
| Binary | 10010000 | 11000010 | 10110000 | 11010 | 0 | 1001 | 11000 | 10011110 | 11101 | 1000010 |
Color Harmonies of #90C2B0
Complementary color
Monochromatic Colors of #90C2B0
Black with #90C2B0
Text Example
Text Example
White with #90C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C2B0; }
p { color: rgb(144,194,176); }
H1.HeaderClassName
{
color: #90C2B0;
}
.AnyTagClassName
{
color: #90C2B0;
}
</style>
background-color css
<style>
a { background-color: #90C2B0; }
a { background-color: rgb(144,194,176); }
div.DivClassName
{
background-color: #90C2B0;
}
.BgClassName
{
background-color: #90C2B0;
}
</style>
border-color css
<style>
span { border-color: #90C2B0; }
span { border-color: rgb(144,194,176); }
td.TdClassName
{
border-color: #90C2B0;
}
.TagClassName
{
border-color: #90C2B0;
}
</style>