#8FB38A

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

Shades of Dark Sea Green #8FB38A

Tints of Dark Sea Green #8FB38A

Color information

#8FB38A (or 0x8FB38A) is unknown color: approx Dark Sea Green. HEX triplet: 8F, B3 and 8A. RGB value is (143,179,138). Sum of RGB (Red+Green+Blue) = 143+179+138=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB38A is #704C75. Grayscale: #A3A3A3. Windows color (decimal): -7359606 or 9089935. OLE color: 9089935.

HSL color Cylindrical-coordinate representation of color #8FB38A: hue angle of 112.68º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB38A is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB143179138-
CMYK0.2000.230.30
HSL112.68º21.24%62.16%-
HSV(B)112.68º22.91%70.2%-
XYZ32.0439.9130.06-
YUV163.56113.57113.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 138 (54.30% from 255) = 30%
R=31.09%
G=38.91%
B=30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1431791380.2000.230.30112.6821.2462.16
Hex8FB38A140171E71153e
Octal21726321224027361612576
Binary1000111110110011100010101010001011111110111000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,179,138); }

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

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

 a { background-color: rgb(143,179,138); }

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

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

 span { border-color: rgb(143,179,138); }

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