Shades of Shadow Green #98C9B9
Tints of Shadow Green #98C9B9
RGB
CMYK
RGB Variations
Color information
#98C9B9 (or 0x98C9B9) is known color: Shadow Green. HEX triplet: 98, C9 and B9. RGB value is (152,201,185). Sum of RGB (Red+Green+Blue) = 152+201+185=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #98C9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9B9 is #673646. Grayscale: #B8B8B8. Windows color (decimal): -6764103 or 12175768. OLE color: 12175768.
HSL color Cylindrical-coordinate representation of color #98C9B9: hue angle of 160.41º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C9B9 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 185 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.21 |
| HSL | 160.41º | 0.31% | 0.69% | - |
| HSV(B) | 160.41º | 0.24% | 0.79% | - |
| XYZ | 42.59 | 51.95 | 53.68 | - |
| YUV | 184.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 185 | 0.24 | 0 | 0.08 | 0.21 | 160.41 | 0.31 | 0.69 |
| Hex | 98 | C9 | B9 | 18 | 0 | 8 | 15 | A0 | 1F | 45 |
| Octal | 230 | 311 | 271 | 30 | 0 | 10 | 25 | 240 | 37 | 105 |
| Binary | 10011000 | 11001001 | 10111001 | 11000 | 0 | 1000 | 10101 | 10100000 | 11111 | 1000101 |
Color Harmonies of #98C9B9
Complementary color
Monochromatic Colors of #98C9B9
Black with #98C9B9
Text Example
Text Example
White with #98C9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9B9; }
p { color: rgb(152,201,185); }
H1.HeaderClassName
{
color: #98C9B9;
}
.AnyTagClassName
{
color: #98C9B9;
}
</style>
background-color css
<style>
a { background-color: #98C9B9; }
a { background-color: rgb(152,201,185); }
div.DivClassName
{
background-color: #98C9B9;
}
.BgClassName
{
background-color: #98C9B9;
}
</style>
border-color css
<style>
span { border-color: #98C9B9; }
span { border-color: rgb(152,201,185); }
td.TdClassName
{
border-color: #98C9B9;
}
.TagClassName
{
border-color: #98C9B9;
}
</style>