#8BC38F

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

Shades of Dark Sea Green #8BC38F

Tints of Dark Sea Green #8BC38F

Color information

#8BC38F (or 0x8BC38F) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C3 and 8F. RGB value is (139,195,143). Sum of RGB (Red+Green+Blue) = 139+195+143=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC38F is #743C70. Grayscale: #ACACAC. Windows color (decimal): -7617649 or 9421707. OLE color: 9421707.

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

Color convert

RGB139195143-
CMYK0.2900.270.24
HSL124.29º31.82%65.49%-
HSV(B)124.29º28.72%76.47%-
XYZ35.1246.533.11-
YUV172.33111.45104.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=29.14%
G=40.88%
B=29.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951430.2900.270.24124.2931.8265.49
Hex8BC38F1D01B187c2041
Octal213303217350333017440101
Binary100010111100001110001111111010110111100011111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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