#8DC07D

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

Shades of Dark Sea Green #8DC07D

Tints of Dark Sea Green #8DC07D

Color information

#8DC07D (or 0x8DC07D) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C0 and 7D. RGB value is (141,192,125). Sum of RGB (Red+Green+Blue) = 141+192+125=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC07D is #723F82. Grayscale: #A9A9A9. Windows color (decimal): -7487363 or 8241293. OLE color: 8241293.

HSL color Cylindrical-coordinate representation of color #8DC07D: hue angle of 105.67º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DC07D is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB141192125-
CMYK0.2700.350.25
HSL105.67º34.72%62.16%-
HSV(B)105.67º34.9%75.29%-
XYZ33.5444.8426.29-
YUV169.11103.1107.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=30.79%
G=41.92%
B=27.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411921250.2700.350.25105.6734.7262.16
Hex8DC07D1B023196a233e
Octal21530017533043311524376
Binary10001101110000001111101110110100011110011101010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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