#8DCAA0

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

Shades of Summer Green #8DCAA0

Tints of Summer Green #8DCAA0

Color information

#8DCAA0 (or 0x8DCAA0) is unknown color: approx Summer Green. HEX triplet: 8D, CA and A0. RGB value is (141,202,160). Sum of RGB (Red+Green+Blue) = 141+202+160=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAA0 is #72355F. Grayscale: #B3B3B3. Windows color (decimal): -7484768 or 10537613. OLE color: 10537613.

HSL color Cylindrical-coordinate representation of color #8DCAA0: hue angle of 138.69º degrees, saturation: 0.37, 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 #8DCAA0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB141202160-
CMYK0.3000.210.21
HSL138.69º36.53%67.25%-
HSV(B)138.69º30.2%79.22%-
XYZ38.4550.4440.97-
YUV178.97117.29100.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=28.03%
G=40.16%
B=31.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021600.3000.210.21138.6936.5367.25
Hex8DCAA01E015158b2543
Octal215312240360252521345103
Binary1000110111001010101000001111001010110101100010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,160); }

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

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

 a { background-color: rgb(141,202,160); }

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

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

 span { border-color: rgb(141,202,160); }

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