#8BC38A

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

Shades of Dark Sea Green #8BC38A

Tints of Dark Sea Green #8BC38A

Color information

#8BC38A (or 0x8BC38A) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C3 and 8A. RGB value is (139,195,138). Sum of RGB (Red+Green+Blue) = 139+195+138=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC38A is #743C75. Grayscale: #ABABAB. Windows color (decimal): -7617654 or 9094027. OLE color: 9094027.

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

Color convert

RGB139195138-
CMYK0.2900.290.24
HSL118.95º32.2%65.29%-
HSV(B)118.95º29.23%76.47%-
XYZ34.7546.3531.16-
YUV171.76108.95104.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.45%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=29.45%
G=41.31%
B=29.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951380.2900.290.24118.9532.265.29
Hex8BC38A1D01D18772041
Octal213303212350353016740101
Binary100010111100001110001010111010111011100011101111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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