Shades of Summer Green #8DC0A5
Tints of Summer Green #8DC0A5
RGB
CMYK
RGB Variations
Color information
#8DC0A5 (or 0x8DC0A5) is known color: Summer Green. HEX triplet: 8D, C0 and A5. RGB value is (141,192,165). Sum of RGB (Red+Green+Blue) = 141+192+165=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC0A5 is #723F5A. Grayscale: #ADADAD. Windows color (decimal): -7487323 or 10862733. OLE color: 10862733.
HSL color Cylindrical-coordinate representation of color #8DC0A5: hue angle of 148.24º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC0A5 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 165 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.25 |
| HSL | 148.24º | 0.29% | 0.65% | - |
| HSV(B) | 148.24º | 0.27% | 0.75% | - |
| XYZ | 36.63 | 46.08 | 42.56 | - |
| YUV | 173.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 165 | 0.27 | 0 | 0.14 | 0.25 | 148.24 | 0.29 | 0.65 |
| Hex | 8D | C0 | A5 | 1B | 0 | E | 19 | 94 | 1D | 41 |
| Octal | 215 | 300 | 245 | 33 | 0 | 16 | 31 | 224 | 35 | 101 |
| Binary | 10001101 | 11000000 | 10100101 | 11011 | 0 | 1110 | 11001 | 10010100 | 11101 | 1000001 |
Color Harmonies of #8DC0A5
Complementary color
Monochromatic Colors of #8DC0A5
Black with #8DC0A5
Text Example
Text Example
White with #8DC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0A5; }
p { color: rgb(141,192,165); }
H1.HeaderClassName
{
color: #8DC0A5;
}
.AnyTagClassName
{
color: #8DC0A5;
}
</style>
background-color css
<style>
a { background-color: #8DC0A5; }
a { background-color: rgb(141,192,165); }
div.DivClassName
{
background-color: #8DC0A5;
}
.BgClassName
{
background-color: #8DC0A5;
}
</style>
border-color css
<style>
span { border-color: #8DC0A5; }
span { border-color: rgb(141,192,165); }
td.TdClassName
{
border-color: #8DC0A5;
}
.TagClassName
{
border-color: #8DC0A5;
}
</style>