Shades of Summer Green #8DC4A4
Tints of Summer Green #8DC4A4
RGB
CMYK
RGB Variations
Color information
#8DC4A4 (or 0x8DC4A4) is known color: Summer Green. HEX triplet: 8D, C4 and A4. RGB value is (141,196,164). Sum of RGB (Red+Green+Blue) = 141+196+164=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC4A4 is #723B5B. Grayscale: #AFAFAF. Windows color (decimal): -7486300 or 10798221. OLE color: 10798221.
HSL color Cylindrical-coordinate representation of color #8DC4A4: hue angle of 145.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC4A4 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 164 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.23 |
| HSL | 145.09º | 0.32% | 0.66% | - |
| HSV(B) | 145.09º | 0.28% | 0.77% | - |
| XYZ | 37.43 | 47.82 | 42.38 | - |
| YUV | 175.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 164 | 0.28 | 0 | 0.16 | 0.23 | 145.09 | 0.32 | 0.66 |
| Hex | 8D | C4 | A4 | 1C | 0 | 10 | 17 | 91 | 20 | 42 |
| Octal | 215 | 304 | 244 | 34 | 0 | 20 | 27 | 221 | 40 | 102 |
| Binary | 10001101 | 11000100 | 10100100 | 11100 | 0 | 10000 | 10111 | 10010001 | 100000 | 1000010 |
Color Harmonies of #8DC4A4
Complementary color
Monochromatic Colors of #8DC4A4
Black with #8DC4A4
Text Example
Text Example
White with #8DC4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC4A4; }
p { color: rgb(141,196,164); }
H1.HeaderClassName
{
color: #8DC4A4;
}
.AnyTagClassName
{
color: #8DC4A4;
}
</style>
background-color css
<style>
a { background-color: #8DC4A4; }
a { background-color: rgb(141,196,164); }
div.DivClassName
{
background-color: #8DC4A4;
}
.BgClassName
{
background-color: #8DC4A4;
}
</style>
border-color css
<style>
span { border-color: #8DC4A4; }
span { border-color: rgb(141,196,164); }
td.TdClassName
{
border-color: #8DC4A4;
}
.TagClassName
{
border-color: #8DC4A4;
}
</style>