#8AE194

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

Shades of Light Green #8AE194

Tints of Light Green #8AE194

Color information

#8AE194 (or 0x8AE194) is unknown color: approx Light Green. HEX triplet: 8A, E1 and 94. RGB value is (138,225,148). Sum of RGB (Red+Green+Blue) = 138+225+148=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE194 is #751E6B. Grayscale: #BEBEBE. Windows color (decimal): -7675500 or 9757066. OLE color: 9757066.

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

Color convert

RGB138225148-
CMYK0.3900.340.12
HSL126.9º59.18%71.18%-
HSV(B)126.9º38.67%88.24%-
XYZ42.7561.3937.61-
YUV190.21104.1890.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.01%
GREEN value IS 225 (88.28% from 255) = 44.03%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=27.01%
G=44.03%
B=28.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382251480.3900.340.12126.959.1871.18
Hex8AE19427022C7f3b47
Octal212341224470421417773107
Binary1000101011100001100101001001110100010110011111111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,225,148); }

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

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

 a { background-color: rgb(138,225,148); }

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

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

 span { border-color: rgb(138,225,148); }

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