Shades of Shadow Green #95C2B0
Tints of Shadow Green #95C2B0
RGB
CMYK
RGB Variations
Color information
#95C2B0 (or 0x95C2B0) is known color: Shadow Green. HEX triplet: 95, C2 and B0. RGB value is (149,194,176). Sum of RGB (Red+Green+Blue) = 149+194+176=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #95C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C2B0 is #6A3D4F. Grayscale: #B2B2B2. Windows color (decimal): -6962512 or 11584149. OLE color: 11584149.
HSL color Cylindrical-coordinate representation of color #95C2B0: hue angle of 156º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C2B0 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 176 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.24 |
| HSL | 156º | 0.27% | 0.67% | - |
| HSV(B) | 156º | 0.23% | 0.76% | - |
| XYZ | 39.52 | 48.11 | 48.28 | - |
| YUV | 178.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 176 | 0.23 | 0 | 0.09 | 0.24 | 156 | 0.27 | 0.67 |
| Hex | 95 | C2 | B0 | 17 | 0 | 9 | 18 | 9C | 1B | 43 |
| Octal | 225 | 302 | 260 | 27 | 0 | 11 | 30 | 234 | 33 | 103 |
| Binary | 10010101 | 11000010 | 10110000 | 10111 | 0 | 1001 | 11000 | 10011100 | 11011 | 1000011 |
Color Harmonies of #95C2B0
Complementary color
Monochromatic Colors of #95C2B0
Black with #95C2B0
Text Example
Text Example
White with #95C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C2B0; }
p { color: rgb(149,194,176); }
H1.HeaderClassName
{
color: #95C2B0;
}
.AnyTagClassName
{
color: #95C2B0;
}
</style>
background-color css
<style>
a { background-color: #95C2B0; }
a { background-color: rgb(149,194,176); }
div.DivClassName
{
background-color: #95C2B0;
}
.BgClassName
{
background-color: #95C2B0;
}
</style>
border-color css
<style>
span { border-color: #95C2B0; }
span { border-color: rgb(149,194,176); }
td.TdClassName
{
border-color: #95C2B0;
}
.TagClassName
{
border-color: #95C2B0;
}
</style>