#8FC48E

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

Shades of Dark Sea Green #8FC48E

Tints of Dark Sea Green #8FC48E

Color information

#8FC48E (or 0x8FC48E) is unknown color: approx Dark Sea Green. HEX triplet: 8F, C4 and 8E. RGB value is (143,196,142). Sum of RGB (Red+Green+Blue) = 143+196+142=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC48E is #703B71. Grayscale: #AEAEAE. Windows color (decimal): -7355250 or 9356431. OLE color: 9356431.

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

Color convert

RGB143196142-
CMYK0.2700.280.23
HSL118.89º31.4%66.27%-
HSV(B)118.89º27.55%76.86%-
XYZ35.9547.2732.82-
YUV174109.94105.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 196 (76.95% from 255) = 40.75%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=29.73%
G=40.75%
B=29.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431961420.2700.280.23118.8931.466.27
Hex8FC48E1B01C17771f42
Octal217304216330342716737102
Binary10001111110001001000111011011011100101111110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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