#8AE095

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

Shades of Light Green #8AE095

Tints of Light Green #8AE095

Color information

#8AE095 (or 0x8AE095) is unknown color: approx Light Green. HEX triplet: 8A, E0 and 95. RGB value is (138,224,149). Sum of RGB (Red+Green+Blue) = 138+224+149=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE095 is #751F6A. Grayscale: #BDBDBD. Windows color (decimal): -7675755 or 9822346. OLE color: 9822346.

HSL color Cylindrical-coordinate representation of color #8AE095: hue angle of 127.67º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AE095 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB138224149-
CMYK0.3800.330.12
HSL127.67º58.11%70.98%-
HSV(B)127.67º38.39%87.84%-
XYZ42.5660.8837.94-
YUV189.74105.0191.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.01%
GREEN value IS 224 (87.89% from 255) = 43.84%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=27.01%
G=43.84%
B=29.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382241490.3800.330.12127.6758.1170.98
Hex8AE09526021C803a47
Octal212340225460411420072107
Binary10001010111000001001010110011001000011100100000001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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