#8CC48D

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

Shades of Dark Sea Green #8CC48D

Tints of Dark Sea Green #8CC48D

Color information

#8CC48D (or 0x8CC48D) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C4 and 8D. RGB value is (140,196,141). Sum of RGB (Red+Green+Blue) = 140+196+141=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC48D is #733B72. Grayscale: #ADADAD. Windows color (decimal): -7551859 or 9290892. OLE color: 9290892.

HSL color Cylindrical-coordinate representation of color #8CC48D: hue angle of 121.07º degrees, saturation: 0.32, 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 #8CC48D is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB140196141-
CMYK0.2900.280.23
HSL121.07º32.18%65.88%-
HSV(B)121.07º28.57%76.86%-
XYZ35.3646.9832.4-
YUV172.99109.95104.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=29.35%
G=41.09%
B=29.56%

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
Decimal1401961410.2900.280.23121.0732.1865.88
Hex8CC48D1D01C17792042
Octal214304215350342717140102
Binary100011001100010010001101111010111001011111110011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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