#8CC38B

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

Shades of Dark Sea Green #8CC38B

Tints of Dark Sea Green #8CC38B

Color information

#8CC38B (or 0x8CC38B) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C3 and 8B. RGB value is (140,195,139). Sum of RGB (Red+Green+Blue) = 140+195+139=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC38B is #733C74. Grayscale: #ACACAC. Windows color (decimal): -7552117 or 9159564. OLE color: 9159564.

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

Color convert

RGB140195139-
CMYK0.2800.290.24
HSL118.93º31.82%65.49%-
HSV(B)118.93º28.72%76.47%-
XYZ34.9946.4731.55-
YUV172.17109.28105.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.54%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=29.54%
G=41.14%
B=29.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951390.2800.290.24118.9331.8265.49
Hex8CC38B1C01D18772041
Octal214303213340353016740101
Binary100011001100001110001011111000111011100011101111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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