#8AE7A0

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

Shades of Light Green #8AE7A0

Tints of Light Green #8AE7A0

Color information

#8AE7A0 (or 0x8AE7A0) is unknown color: approx Light Green. HEX triplet: 8A, E7 and A0. RGB value is (138,231,160). Sum of RGB (Red+Green+Blue) = 138+231+160=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE7A0 is #75185F. Grayscale: #C3C3C3. Windows color (decimal): -7673952 or 10545034. OLE color: 10545034.

HSL color Cylindrical-coordinate representation of color #8AE7A0: hue angle of 134.19º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7A0 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB138231160-
CMYK0.4000.310.09
HSL134.19º65.96%72.35%-
HSV(B)134.19º40.26%90.59%-
XYZ45.465.0943.43-
YUV195.1108.1987.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 231 (90.62% from 255) = 43.67%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=26.09%
G=43.67%
B=30.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311600.4000.310.09134.1965.9672.35
Hex8AE7A02801F9864248
Octal2123472405003711206102110
Binary10001010111001111010000010100001111110011000011010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,231,160); }

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

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

 a { background-color: rgb(138,231,160); }

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

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

 span { border-color: rgb(138,231,160); }

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