Shades of Shadow Green #99C2B9
Tints of Shadow Green #99C2B9
RGB
CMYK
RGB Variations
Color information
#99C2B9 (or 0x99C2B9) is known color: Shadow Green. HEX triplet: 99, C2 and B9. RGB value is (153,194,185). Sum of RGB (Red+Green+Blue) = 153+194+185=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C2B9 is #663D46. Grayscale: #B4B4B4. Windows color (decimal): -6700359 or 12173977. OLE color: 12173977.
HSL color Cylindrical-coordinate representation of color #99C2B9: hue angle of 166.83º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C2B9 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 185 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.24 |
| HSL | 166.83º | 0.25% | 0.68% | - |
| HSV(B) | 166.83º | 0.21% | 0.76% | - |
| XYZ | 41.19 | 48.86 | 53.16 | - |
| YUV | 180.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 185 | 0.21 | 0 | 0.05 | 0.24 | 166.83 | 0.25 | 0.68 |
| Hex | 99 | C2 | B9 | 15 | 0 | 5 | 18 | A7 | 19 | 44 |
| Octal | 231 | 302 | 271 | 25 | 0 | 5 | 30 | 247 | 31 | 104 |
| Binary | 10011001 | 11000010 | 10111001 | 10101 | 0 | 101 | 11000 | 10100111 | 11001 | 1000100 |
Color Harmonies of #99C2B9
Complementary color
Monochromatic Colors of #99C2B9
Black with #99C2B9
Text Example
Text Example
White with #99C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2B9; }
p { color: rgb(153,194,185); }
H1.HeaderClassName
{
color: #99C2B9;
}
.AnyTagClassName
{
color: #99C2B9;
}
</style>
background-color css
<style>
a { background-color: #99C2B9; }
a { background-color: rgb(153,194,185); }
div.DivClassName
{
background-color: #99C2B9;
}
.BgClassName
{
background-color: #99C2B9;
}
</style>
border-color css
<style>
span { border-color: #99C2B9; }
span { border-color: rgb(153,194,185); }
td.TdClassName
{
border-color: #99C2B9;
}
.TagClassName
{
border-color: #99C2B9;
}
</style>