Shades of Shadow Green #95C3C0
Tints of Shadow Green #95C3C0
RGB
CMYK
RGB Variations
Color information
#95C3C0 (or 0x95C3C0) is known color: Shadow Green. HEX triplet: 95, C3 and C0. RGB value is (149,195,192). Sum of RGB (Red+Green+Blue) = 149+195+192=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C3C0 is #6A3C3F. Grayscale: #B4B4B4. Windows color (decimal): -6962240 or 12632981. OLE color: 12632981.
HSL color Cylindrical-coordinate representation of color #95C3C0: hue angle of 176.09º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C3C0 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 192 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.24 |
| HSL | 176.09º | 0.28% | 0.67% | - |
| HSV(B) | 176.09º | 0.24% | 0.76% | - |
| XYZ | 41.42 | 49.23 | 57.19 | - |
| YUV | 180.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 192 | 0.24 | 0 | 0.02 | 0.24 | 176.09 | 0.28 | 0.67 |
| Hex | 95 | C3 | C0 | 18 | 0 | 2 | 18 | B0 | 1C | 43 |
| Octal | 225 | 303 | 300 | 30 | 0 | 2 | 30 | 260 | 34 | 103 |
| Binary | 10010101 | 11000011 | 11000000 | 11000 | 0 | 10 | 11000 | 10110000 | 11100 | 1000011 |
Color Harmonies of #95C3C0
Complementary color
Monochromatic Colors of #95C3C0
Black with #95C3C0
Text Example
Text Example
White with #95C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C3C0; }
p { color: rgb(149,195,192); }
H1.HeaderClassName
{
color: #95C3C0;
}
.AnyTagClassName
{
color: #95C3C0;
}
</style>
background-color css
<style>
a { background-color: #95C3C0; }
a { background-color: rgb(149,195,192); }
div.DivClassName
{
background-color: #95C3C0;
}
.BgClassName
{
background-color: #95C3C0;
}
</style>
border-color css
<style>
span { border-color: #95C3C0; }
span { border-color: rgb(149,195,192); }
td.TdClassName
{
border-color: #95C3C0;
}
.TagClassName
{
border-color: #95C3C0;
}
</style>