#8EE085

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

Shades of Light Green #8EE085

Tints of Light Green #8EE085

Color information

#8EE085 (or 0x8EE085) is unknown color: approx Light Green. HEX triplet: 8E, E0 and 85. RGB value is (142,224,133). Sum of RGB (Red+Green+Blue) = 142+224+133=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE085 is #711F7A. Grayscale: #BDBDBD. Windows color (decimal): -7413627 or 8773774. OLE color: 8773774.

HSL color Cylindrical-coordinate representation of color #8EE085: hue angle of 114.07º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EE085 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB142224133-
CMYK0.3700.410.12
HSL114.07º59.48%70%-
HSV(B)114.07º40.62%87.84%-
XYZ42.0460.7631.7-
YUV189.1196.3394.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 224 (87.89% from 255) = 44.89%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=28.46%
G=44.89%
B=26.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422241330.3700.410.12114.0759.4870
Hex8EE08525029C723b46
Octal216340205450511416273106
Binary1000111011100000100001011001010101001110011100101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,224,133); }

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

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

 a { background-color: rgb(142,224,133); }

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

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

 span { border-color: rgb(142,224,133); }

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