#8BC48D

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

Shades of Dark Sea Green #8BC48D

Tints of Dark Sea Green #8BC48D

Color information

#8BC48D (or 0x8BC48D) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C4 and 8D. RGB value is (139,196,141). Sum of RGB (Red+Green+Blue) = 139+196+141=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC48D is #743B72. Grayscale: #ACACAC. Windows color (decimal): -7617395 or 9290891. OLE color: 9290891.

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

Color convert

RGB139196141-
CMYK0.2900.280.23
HSL122.11º32.57%65.69%-
HSV(B)122.11º29.08%76.86%-
XYZ35.246.8932.4-
YUV172.69110.12103.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.20%
GREEN value IS 196 (76.95% from 255) = 41.18%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=29.20%
G=41.18%
B=29.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961410.2900.280.23122.1132.5765.69
Hex8BC48D1D01C177a2142
Octal213304215350342717241102
Binary100010111100010010001101111010111001011111110101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,141); }

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

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

 a { background-color: rgb(139,196,141); }

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

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

 span { border-color: rgb(139,196,141); }

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