#8AE9A0

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

Shades of Light Green #8AE9A0

Tints of Light Green #8AE9A0

Color information

#8AE9A0 (or 0x8AE9A0) is unknown color: approx Light Green. HEX triplet: 8A, E9 and A0. RGB value is (138,233,160). Sum of RGB (Red+Green+Blue) = 138+233+160=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE9A0 is #75165F. Grayscale: #C4C4C4. Windows color (decimal): -7673440 or 10545546. OLE color: 10545546.

HSL color Cylindrical-coordinate representation of color #8AE9A0: hue angle of 133.89º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE9A0 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB138233160-
CMYK0.4100.310.09
HSL133.89º68.35%72.75%-
HSV(B)133.89º40.77%91.37%-
XYZ45.9766.2243.62-
YUV196.27107.5386.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.99%
GREEN value IS 233 (91.41% from 255) = 43.88%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=25.99%
G=43.88%
B=30.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382331600.4100.310.09133.8968.3572.75
Hex8AE9A02901F9864449
Octal2123512405103711206104111
Binary10001010111010011010000010100101111110011000011010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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