#8FC38E

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

Shades of Dark Sea Green #8FC38E

Tints of Dark Sea Green #8FC38E

Color information

#8FC38E (or 0x8FC38E) is unknown color: approx Dark Sea Green. HEX triplet: 8F, C3 and 8E. RGB value is (143,195,142). Sum of RGB (Red+Green+Blue) = 143+195+142=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC38E is #703C71. Grayscale: #ADADAD. Windows color (decimal): -7355506 or 9356175. OLE color: 9356175.

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

Color convert

RGB143195142-
CMYK0.2700.270.24
HSL118.87º30.64%66.08%-
HSV(B)118.87º27.18%76.47%-
XYZ35.7346.8232.75-
YUV173.41110.27106.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.79%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=29.79%
G=40.62%
B=29.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431951420.2700.270.24118.8730.6466.08
Hex8FC38E1B01B18771f42
Octal217303216330333016737102
Binary10001111110000111000111011011011011110001110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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