#8EDD95

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

Shades of Light Green #8EDD95

Tints of Light Green #8EDD95

Color information

#8EDD95 (or 0x8EDD95) is unknown color: approx Light Green. HEX triplet: 8E, DD and 95. RGB value is (142,221,149). Sum of RGB (Red+Green+Blue) = 142+221+149=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD95 is #71226A. Grayscale: #BDBDBD. Windows color (decimal): -7414379 or 9821582. OLE color: 9821582.

HSL color Cylindrical-coordinate representation of color #8EDD95: hue angle of 125.32º 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 #8EDD95 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB142221149-
CMYK0.3600.330.13
HSL125.32º53.74%71.18%-
HSV(B)125.32º35.75%86.67%-
XYZ42.4459.6337.71-
YUV189.17105.3394.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=27.73%
G=43.16%
B=29.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211490.3600.330.13125.3253.7471.18
Hex8EDD9524021D7d3647
Octal216335225440411517566107
Binary1000111011011101100101011001000100001110111111011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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