#8FC386

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

Shades of Dark Sea Green #8FC386

Tints of Dark Sea Green #8FC386

Color information

#8FC386 (or 0x8FC386) is unknown color: approx Dark Sea Green. HEX triplet: 8F, C3 and 86. RGB value is (143,195,134). Sum of RGB (Red+Green+Blue) = 143+195+134=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC386 is #703C79. Grayscale: #ACACAC. Windows color (decimal): -7355514 or 8831887. OLE color: 8831887.

HSL color Cylindrical-coordinate representation of color #8FC386: hue angle of 111.15º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FC386 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB143195134-
CMYK0.2700.310.24
HSL111.15º33.7%64.51%-
HSV(B)111.15º31.28%76.47%-
XYZ35.1546.5929.69-
YUV172.5106.27106.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=30.30%
G=41.31%
B=28.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431951340.2700.310.24111.1533.764.51
Hex8FC3861B01F186f2241
Octal217303206330373015742101
Binary100011111100001110000110110110111111100011011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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