#8AEBA4

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

Shades of Light Green #8AEBA4

Tints of Light Green #8AEBA4

Color information

#8AEBA4 (or 0x8AEBA4) is unknown color: approx Light Green. HEX triplet: 8A, EB and A4. RGB value is (138,235,164). Sum of RGB (Red+Green+Blue) = 138+235+164=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEBA4 is #75145B. Grayscale: #C6C6C6. Windows color (decimal): -7672924 or 10808202. OLE color: 10808202.

HSL color Cylindrical-coordinate representation of color #8AEBA4: hue angle of 136.08º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEBA4 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB138235164-
CMYK0.4100.300.08
HSL136.08º70.8%73.14%-
HSV(B)136.08º41.28%92.16%-
XYZ46.8967.545.68-
YUV197.9108.8685.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 235 (92.19% from 255) = 43.76%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=25.70%
G=43.76%
B=30.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382351640.4100.300.08136.0870.873.14
Hex8AEBA42901E8884749
Octal2123532445103610210107111
Binary10001010111010111010010010100101111010001000100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,164); }

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

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

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

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

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

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

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