Shades of Shadow Green #8CC2AD
Tints of Shadow Green #8CC2AD
RGB
CMYK
RGB Variations
Color information
#8CC2AD (or 0x8CC2AD) is known color: Shadow Green. HEX triplet: 8C, C2 and AD. RGB value is (140,194,173). Sum of RGB (Red+Green+Blue) = 140+194+173=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC2AD is #733D52. Grayscale: #AFAFAF. Windows color (decimal): -7552339 or 11387532. OLE color: 11387532.
HSL color Cylindrical-coordinate representation of color #8CC2AD: hue angle of 156.67º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC2AD is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 173 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.24 |
| HSL | 156.67º | 0.31% | 0.65% | - |
| HSV(B) | 156.67º | 0.28% | 0.76% | - |
| XYZ | 37.65 | 47.18 | 46.66 | - |
| YUV | 175.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 173 | 0.28 | 0 | 0.11 | 0.24 | 156.67 | 0.31 | 0.65 |
| Hex | 8C | C2 | AD | 1C | 0 | B | 18 | 9D | 1F | 41 |
| Octal | 214 | 302 | 255 | 34 | 0 | 13 | 30 | 235 | 37 | 101 |
| Binary | 10001100 | 11000010 | 10101101 | 11100 | 0 | 1011 | 11000 | 10011101 | 11111 | 1000001 |
Color Harmonies of #8CC2AD
Complementary color
Monochromatic Colors of #8CC2AD
Black with #8CC2AD
Text Example
Text Example
White with #8CC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2AD; }
p { color: rgb(140,194,173); }
H1.HeaderClassName
{
color: #8CC2AD;
}
.AnyTagClassName
{
color: #8CC2AD;
}
</style>
background-color css
<style>
a { background-color: #8CC2AD; }
a { background-color: rgb(140,194,173); }
div.DivClassName
{
background-color: #8CC2AD;
}
.BgClassName
{
background-color: #8CC2AD;
}
</style>
border-color css
<style>
span { border-color: #8CC2AD; }
span { border-color: rgb(140,194,173); }
td.TdClassName
{
border-color: #8CC2AD;
}
.TagClassName
{
border-color: #8CC2AD;
}
</style>