#8DC38D

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

Shades of Dark Sea Green #8DC38D

Tints of Dark Sea Green #8DC38D

Color information

#8DC38D (or 0x8DC38D) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C3 and 8D. RGB value is (141,195,141). Sum of RGB (Red+Green+Blue) = 141+195+141=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC38D is #723C72. Grayscale: #ACACAC. Windows color (decimal): -7486579 or 9290637. OLE color: 9290637.

HSL color Cylindrical-coordinate representation of color #8DC38D: hue angle of 120º 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 #8DC38D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB141195141-
CMYK0.2800.280.24
HSL120º31.03%65.88%-
HSV(B)120º27.69%76.47%-
XYZ35.3146.6232.34-
YUV172.7110.11105.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=29.56%
G=40.88%
B=29.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951410.2800.280.2412031.0365.88
Hex8DC38D1C01C18781f42
Octal215303215340343017037102
Binary10001101110000111000110111100011100110001111000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,141); }

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

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

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

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

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

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

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