#8CC38C

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

Shades of Dark Sea Green #8CC38C

Tints of Dark Sea Green #8CC38C

Color information

#8CC38C (or 0x8CC38C) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C3 and 8C. RGB value is (140,195,140). Sum of RGB (Red+Green+Blue) = 140+195+140=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC38C is #733C73. Grayscale: #ACACAC. Windows color (decimal): -7552116 or 9225100. OLE color: 9225100.

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

Color convert

RGB140195140-
CMYK0.2800.280.24
HSL120º31.43%65.69%-
HSV(B)120º28.21%76.47%-
XYZ35.0646.531.94-
YUV172.28109.78104.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=29.47%
G=41.05%
B=29.47%

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
Decimal1401951400.2800.280.2412031.4365.69
Hex8CC38C1C01C18781f42
Octal214303214340343017037102
Binary10001100110000111000110011100011100110001111000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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