#8AE08A

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

Shades of Light Green #8AE08A

Tints of Light Green #8AE08A

Color information

#8AE08A (or 0x8AE08A) is unknown color: approx Light Green. HEX triplet: 8A, E0 and 8A. RGB value is (138,224,138). Sum of RGB (Red+Green+Blue) = 138+224+138=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE08A is #751F75. Grayscale: #BCBCBC. Windows color (decimal): -7675766 or 9101450. OLE color: 9101450.

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

Color convert

RGB138224138-
CMYK0.3800.380.12
HSL120º58.11%70.98%-
HSV(B)120º38.39%87.84%-
XYZ41.7260.5533.53-
YUV188.4899.5191.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.6%
GREEN value IS 224 (87.89% from 255) = 44.8%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=27.6%
G=44.8%
B=27.6%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382241380.3800.380.1212058.1170.98
Hex8AE08A26026C783a47
Octal212340212460461417072107
Binary1000101011100000100010101001100100110110011110001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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