Shades of Shadow Green #98B8AF
Tints of Shadow Green #98B8AF
RGB
CMYK
RGB Variations
Color information
#98B8AF (or 0x98B8AF) is known color: Shadow Green. HEX triplet: 98, B8 and AF. RGB value is (152,184,175). Sum of RGB (Red+Green+Blue) = 152+184+175=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 184 - color contains mainly: green. Hex color #98B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B8AF is #674750. Grayscale: #ADADAD. Windows color (decimal): -6768465 or 11516056. OLE color: 11516056.
HSL color Cylindrical-coordinate representation of color #98B8AF: hue angle of 163.12º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98B8AF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 175 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.28 |
| HSL | 163.13º | 0.18% | 0.66% | - |
| HSV(B) | 163.13º | 0.17% | 0.72% | - |
| XYZ | 37.83 | 44.05 | 47.07 | - |
| YUV | 173.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 175 | 0.17 | 0 | 0.05 | 0.28 | 163.13 | 0.18 | 0.66 |
| Hex | 98 | B8 | AF | 11 | 0 | 5 | 1C | A3 | 12 | 42 |
| Octal | 230 | 270 | 257 | 21 | 0 | 5 | 34 | 243 | 22 | 102 |
| Binary | 10011000 | 10111000 | 10101111 | 10001 | 0 | 101 | 11100 | 10100011 | 10010 | 1000010 |
Color Harmonies of #98B8AF
Complementary color
Monochromatic Colors of #98B8AF
Black with #98B8AF
Text Example
Text Example
White with #98B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B8AF; }
p { color: rgb(152,184,175); }
H1.HeaderClassName
{
color: #98B8AF;
}
.AnyTagClassName
{
color: #98B8AF;
}
</style>
background-color css
<style>
a { background-color: #98B8AF; }
a { background-color: rgb(152,184,175); }
div.DivClassName
{
background-color: #98B8AF;
}
.BgClassName
{
background-color: #98B8AF;
}
</style>
border-color css
<style>
span { border-color: #98B8AF; }
span { border-color: rgb(152,184,175); }
td.TdClassName
{
border-color: #98B8AF;
}
.TagClassName
{
border-color: #98B8AF;
}
</style>