#8CC38F

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

Shades of Dark Sea Green #8CC38F

Tints of Dark Sea Green #8CC38F

Color information

#8CC38F (or 0x8CC38F) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C3 and 8F. RGB value is (140,195,143). Sum of RGB (Red+Green+Blue) = 140+195+143=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC38F is #733C70. Grayscale: #ACACAC. Windows color (decimal): -7552113 or 9421708. OLE color: 9421708.

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

Color convert

RGB140195143-
CMYK0.2800.270.24
HSL123.27º31.43%65.69%-
HSV(B)123.27º28.21%76.47%-
XYZ35.2946.5933.12-
YUV172.63111.28104.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=29.29%
G=40.79%
B=29.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951430.2800.270.24123.2731.4365.69
Hex8CC38F1C01B187b1f42
Octal214303217340333017337102
Binary10001100110000111000111111100011011110001111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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