#8AE895

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

Shades of Light Green #8AE895

Tints of Light Green #8AE895

Color information

#8AE895 (or 0x8AE895) is unknown color: approx Light Green. HEX triplet: 8A, E8 and 95. RGB value is (138,232,149). Sum of RGB (Red+Green+Blue) = 138+232+149=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #8AE895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE895 is #75176A. Grayscale: #C2C2C2. Windows color (decimal): -7673707 or 9824394. OLE color: 9824394.

HSL color Cylindrical-coordinate representation of color #8AE895: hue angle of 127.02º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE895 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB138232149-
CMYK0.4100.360.09
HSL127.02º67.14%72.55%-
HSV(B)127.02º40.52%90.98%-
XYZ44.7665.2938.68-
YUV194.43102.3687.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.59%
GREEN value IS 232 (91.02% from 255) = 44.70%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=26.59%
G=44.70%
B=28.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382321490.4100.360.09127.0267.1472.55
Hex8AE8952902497f4349
Octal2123502255104411177103111
Binary10001010111010001001010110100101001001001111111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,232,149); }

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

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

 a { background-color: rgb(138,232,149); }

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

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

 span { border-color: rgb(138,232,149); }

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