#8DC0AD

Color #8DC0AD Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #8DC0AD

Tints of Shadow Green #8DC0AD

Color information

#8DC0AD (or 0x8DC0AD) is unknown color: approx Shadow Green. HEX triplet: 8D, C0 and AD. RGB value is (141,192,173). Sum of RGB (Red+Green+Blue) = 141+192+173=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC0AD is #723F52. Grayscale: #AEAEAE. Windows color (decimal): -7487315 or 11387021. OLE color: 11387021.

HSL color Cylindrical-coordinate representation of color #8DC0AD: hue angle of 157.65º 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 #8DC0AD is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB141192173-
CMYK0.2700.100.25
HSL157.65º28.81%65.29%-
HSV(B)157.65º26.56%75.29%-
XYZ37.3846.3846.52-
YUV174.58127.1104.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=27.87%
G=37.94%
B=34.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411921730.2700.100.25157.6528.8165.29
Hex8DC0AD1B0A199e1d41
Octal215300255330123123635101
Binary10001101110000001010110111011010101100110011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC0AD; }

 p { color: rgb(141,192,173); }

 H1.HeaderClassName
 {
   color: #8DC0AD;
 }
 .AnyTagClassName
 {
   color: #8DC0AD;
 }
</style>
background-color css

<style>
 a { background-color: #8DC0AD; }

 a { background-color: rgb(141,192,173); }

 div.DivClassName
 {
   background-color: #8DC0AD;
 }
 .BgClassName
 {
   background-color: #8DC0AD;
 }
</style>
border-color css

<style>
 span { border-color: #8DC0AD; }

 span { border-color: rgb(141,192,173); }

 td.TdClassName
 {
   border-color: #8DC0AD;
 }
 .TagClassName
 {
   border-color: #8DC0AD;
 }
</style>