Shades of Summer Green #8DC9A0
Tints of Summer Green #8DC9A0
RGB
CMYK
RGB Variations
Color information
#8DC9A0 (or 0x8DC9A0) is known color: Summer Green. HEX triplet: 8D, C9 and A0. RGB value is (141,201,160). Sum of RGB (Red+Green+Blue) = 141+201+160=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC9A0 is #72365F. Grayscale: #B2B2B2. Windows color (decimal): -7485024 or 10537357. OLE color: 10537357.
HSL color Cylindrical-coordinate representation of color #8DC9A0: hue angle of 139º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC9A0 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 160 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.21 |
| HSL | 139º | 0.36% | 0.67% | - |
| HSV(B) | 139º | 0.3% | 0.79% | - |
| XYZ | 38.22 | 49.97 | 40.89 | - |
| YUV | 178.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 160 | 0.30 | 0 | 0.20 | 0.21 | 139 | 0.36 | 0.67 |
| Hex | 8D | C9 | A0 | 1E | 0 | 14 | 15 | 8B | 24 | 43 |
| Octal | 215 | 311 | 240 | 36 | 0 | 24 | 25 | 213 | 44 | 103 |
| Binary | 10001101 | 11001001 | 10100000 | 11110 | 0 | 10100 | 10101 | 10001011 | 100100 | 1000011 |
Color Harmonies of #8DC9A0
Complementary color
Monochromatic Colors of #8DC9A0
Black with #8DC9A0
Text Example
Text Example
White with #8DC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9A0; }
p { color: rgb(141,201,160); }
H1.HeaderClassName
{
color: #8DC9A0;
}
.AnyTagClassName
{
color: #8DC9A0;
}
</style>
background-color css
<style>
a { background-color: #8DC9A0; }
a { background-color: rgb(141,201,160); }
div.DivClassName
{
background-color: #8DC9A0;
}
.BgClassName
{
background-color: #8DC9A0;
}
</style>
border-color css
<style>
span { border-color: #8DC9A0; }
span { border-color: rgb(141,201,160); }
td.TdClassName
{
border-color: #8DC9A0;
}
.TagClassName
{
border-color: #8DC9A0;
}
</style>