#8EEAA1

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

Shades of Light Green #8EEAA1

Tints of Light Green #8EEAA1

Color information

#8EEAA1 (or 0x8EEAA1) is unknown color: approx Light Green. HEX triplet: 8E, EA and A1. RGB value is (142,234,161). Sum of RGB (Red+Green+Blue) = 142+234+161=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEAA1 is #71155E. Grayscale: #C6C6C6. Windows color (decimal): -7411039 or 10611342. OLE color: 10611342.

HSL color Cylindrical-coordinate representation of color #8EEAA1: hue angle of 132.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEAA1 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB142234161-
CMYK0.3900.310.08
HSL132.39º68.66%73.73%-
HSV(B)132.39º39.32%91.76%-
XYZ47.0167.1744.21-
YUV198.17107.0287.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.44%
GREEN value IS 234 (91.80% from 255) = 43.58%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=26.44%
G=43.58%
B=29.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422341610.3900.310.08132.3968.6673.73
Hex8EEAA12701F884454a
Octal2163522414703710204105112
Binary10001110111010101010000110011101111110001000010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,161); }

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

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

 a { background-color: rgb(142,234,161); }

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

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

 span { border-color: rgb(142,234,161); }

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