#8EDD8C

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

Shades of Light Green #8EDD8C

Tints of Light Green #8EDD8C

Color information

#8EDD8C (or 0x8EDD8C) is unknown color: approx Light Green. HEX triplet: 8E, DD and 8C. RGB value is (142,221,140). Sum of RGB (Red+Green+Blue) = 142+221+140=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD8C is #712273. Grayscale: #BCBCBC. Windows color (decimal): -7414388 or 9231758. OLE color: 9231758.

HSL color Cylindrical-coordinate representation of color #8EDD8C: hue angle of 118.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EDD8C is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB142221140-
CMYK0.3600.370.13
HSL118.52º54.36%70.78%-
HSV(B)118.52º36.65%86.67%-
XYZ41.7559.3634.07-
YUV188.14100.8395.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=28.23%
G=43.94%
B=27.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211400.3600.370.13118.5254.3670.78
Hex8EDD8C24025D773647
Octal216335214440451516766107
Binary1000111011011101100011001001000100101110111101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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