#8EDD8D

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

Shades of Light Green #8EDD8D

Tints of Light Green #8EDD8D

Color information

#8EDD8D (or 0x8EDD8D) is unknown color: approx Light Green. HEX triplet: 8E, DD and 8D. RGB value is (142,221,141). Sum of RGB (Red+Green+Blue) = 142+221+141=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD8D is #712272. Grayscale: #BCBCBC. Windows color (decimal): -7414387 or 9297294. OLE color: 9297294.

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

Color convert

RGB142221141-
CMYK0.3600.360.13
HSL119.25º54.05%70.98%-
HSV(B)119.25º36.2%86.67%-
XYZ41.8259.3934.46-
YUV188.26101.3395-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=28.17%
G=43.85%
B=27.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211410.3600.360.13119.2554.0570.98
Hex8EDD8D24024D773647
Octal216335215440441516766107
Binary1000111011011101100011011001000100100110111101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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