Shades of Shadow Green #90BFB0
Tints of Shadow Green #90BFB0
RGB
CMYK
RGB Variations
Color information
#90BFB0 (or 0x90BFB0) is known color: Shadow Green. HEX triplet: 90, BF and B0. RGB value is (144,191,176). Sum of RGB (Red+Green+Blue) = 144+191+176=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BFB0 is #6F404F. Grayscale: #AFAFAF. Windows color (decimal): -7290960 or 11583376. OLE color: 11583376.
HSL color Cylindrical-coordinate representation of color #90BFB0: hue angle of 160.85º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BFB0 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 176 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.25 |
| HSL | 160.85º | 0.27% | 0.66% | - |
| HSV(B) | 160.85º | 0.25% | 0.75% | - |
| XYZ | 37.97 | 46.33 | 48.01 | - |
| YUV | 175.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 176 | 0.25 | 0 | 0.08 | 0.25 | 160.85 | 0.27 | 0.66 |
| Hex | 90 | BF | B0 | 19 | 0 | 8 | 19 | A1 | 1B | 42 |
| Octal | 220 | 277 | 260 | 31 | 0 | 10 | 31 | 241 | 33 | 102 |
| Binary | 10010000 | 10111111 | 10110000 | 11001 | 0 | 1000 | 11001 | 10100001 | 11011 | 1000010 |
Color Harmonies of #90BFB0
Complementary color
Monochromatic Colors of #90BFB0
Black with #90BFB0
Text Example
Text Example
White with #90BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFB0; }
p { color: rgb(144,191,176); }
H1.HeaderClassName
{
color: #90BFB0;
}
.AnyTagClassName
{
color: #90BFB0;
}
</style>
background-color css
<style>
a { background-color: #90BFB0; }
a { background-color: rgb(144,191,176); }
div.DivClassName
{
background-color: #90BFB0;
}
.BgClassName
{
background-color: #90BFB0;
}
</style>
border-color css
<style>
span { border-color: #90BFB0; }
span { border-color: rgb(144,191,176); }
td.TdClassName
{
border-color: #90BFB0;
}
.TagClassName
{
border-color: #90BFB0;
}
</style>