#8CC3AD

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

Shades of Shadow Green #8CC3AD

Tints of Shadow Green #8CC3AD

Color information

#8CC3AD (or 0x8CC3AD) is unknown color: approx Shadow Green. HEX triplet: 8C, C3 and AD. RGB value is (140,195,173). Sum of RGB (Red+Green+Blue) = 140+195+173=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC3AD is #733C52. Grayscale: #B0B0B0. Windows color (decimal): -7552083 or 11387788. OLE color: 11387788.

HSL color Cylindrical-coordinate representation of color #8CC3AD: hue angle of 156º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC3AD is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB140195173-
CMYK0.2800.110.24
HSL156º31.43%65.69%-
HSV(B)156º28.21%76.47%-
XYZ37.8747.6246.73-
YUV176.05126.28102.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.56%
GREEN value IS 195 (76.56% from 255) = 38.39%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=27.56%
G=38.39%
B=34.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951730.2800.110.2415631.4365.69
Hex8CC3AD1C0B189c1f42
Octal214303255340133023437102
Binary10001100110000111010110111100010111100010011100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,173); }

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

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

 a { background-color: rgb(140,195,173); }

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

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

 span { border-color: rgb(140,195,173); }

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