#8AE195

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

Shades of Light Green #8AE195

Tints of Light Green #8AE195

Color information

#8AE195 (or 0x8AE195) is unknown color: approx Light Green. HEX triplet: 8A, E1 and 95. RGB value is (138,225,149). Sum of RGB (Red+Green+Blue) = 138+225+149=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE195 is #751E6A. Grayscale: #BEBEBE. Windows color (decimal): -7675499 or 9822602. OLE color: 9822602.

HSL color Cylindrical-coordinate representation of color #8AE195: hue angle of 127.59º 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 #8AE195 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB138225149-
CMYK0.3900.340.12
HSL127.59º59.18%71.18%-
HSV(B)127.59º38.67%88.24%-
XYZ42.8361.4238.03-
YUV190.32104.6890.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=26.95%
G=43.95%
B=29.10%

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
Decimal1382251490.3900.340.12127.5959.1871.18
Hex8AE19527022C803b47
Octal212341225470421420073107
Binary10001010111000011001010110011101000101100100000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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