#8AE48A

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

Shades of Light Green #8AE48A

Tints of Light Green #8AE48A

Color information

#8AE48A (or 0x8AE48A) is unknown color: approx Light Green. HEX triplet: 8A, E4 and 8A. RGB value is (138,228,138). Sum of RGB (Red+Green+Blue) = 138+228+138=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #8AE48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE48A is #751B75. Grayscale: #BFBFBF. Windows color (decimal): -7674742 or 9102474. OLE color: 9102474.

HSL color Cylindrical-coordinate representation of color #8AE48A: hue angle of 120º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE48A is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB138228138-
CMYK0.3900.390.11
HSL120º62.5%71.76%-
HSV(B)120º39.47%89.41%-
XYZ42.8162.7333.9-
YUV190.8398.1890.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 228 (89.45% from 255) = 45.24%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=27.38%
G=45.24%
B=27.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382281380.3900.390.1112062.571.76
Hex8AE48A27027B783e48
Octal212344212470471317076110
Binary1000101011100100100010101001110100111101111110001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,228,138); }

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

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

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

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

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

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

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