#8EC38A

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

Shades of Dark Sea Green #8EC38A

Tints of Dark Sea Green #8EC38A

Color information

#8EC38A (or 0x8EC38A) is unknown color: approx Dark Sea Green. HEX triplet: 8E, C3 and 8A. RGB value is (142,195,138). Sum of RGB (Red+Green+Blue) = 142+195+138=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC38A is #713C75. Grayscale: #ACACAC. Windows color (decimal): -7421046 or 9094030. OLE color: 9094030.

HSL color Cylindrical-coordinate representation of color #8EC38A: hue angle of 115.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC38A is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB142195138-
CMYK0.2700.290.24
HSL115.79º32.2%65.29%-
HSV(B)115.79º29.23%76.47%-
XYZ35.2646.6231.18-
YUV172.66108.44106.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=29.89%
G=41.05%
B=29.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421951380.2700.290.24115.7932.265.29
Hex8EC38A1B01D18742041
Octal216303212330353016440101
Binary100011101100001110001010110110111011100011101001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,138); }

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

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

 a { background-color: rgb(142,195,138); }

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

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

 span { border-color: rgb(142,195,138); }

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