#8CC28E

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

Shades of Dark Sea Green #8CC28E

Tints of Dark Sea Green #8CC28E

Color information

#8CC28E (or 0x8CC28E) is unknown color: approx Dark Sea Green. HEX triplet: 8C, C2 and 8E. RGB value is (140,194,142). Sum of RGB (Red+Green+Blue) = 140+194+142=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC28E is #733D71. Grayscale: #ACACAC. Windows color (decimal): -7552370 or 9355916. OLE color: 9355916.

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

Color convert

RGB140194142-
CMYK0.2800.270.24
HSL122.22º30.68%65.49%-
HSV(B)122.22º27.84%76.08%-
XYZ34.9946.1132.65-
YUV171.93111.11105.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.41%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=29.41%
G=40.76%
B=29.83%

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
Decimal1401941420.2800.270.24122.2230.6865.49
Hex8CC28E1C01B187a1f41
Octal214302216340333017237101
Binary10001100110000101000111011100011011110001111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,194,142); }

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

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

 a { background-color: rgb(140,194,142); }

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

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

 span { border-color: rgb(140,194,142); }

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