#8aea8a

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

Shades of Light Green #8AEA8A

Tints of Light Green #8AEA8A

Color information

#8AEA8A (or 0x8AEA8A) is unknown color: approx Light Green. HEX triplet: 8A, EA and 8A. RGB value is (138,234,138). Sum of RGB (Red+Green+Blue) = 138+234+138=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEA8A is #751575. Grayscale: #C2C2C2. Windows color (decimal): -7673206 or 9104010. OLE color: 9104010.

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

Color convert

RGB138234138-
CMYK0.4100.410.08
HSL120º69.57%72.94%-
HSV(B)120º41.03%91.76%-
XYZ44.4966.0834.46-
YUV194.3596.287.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 234 (91.80% from 255) = 45.88%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=27.06%
G=45.88%
B=27.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382341380.4100.410.0812069.5772.94
Hex8AEA8A290298784649
Octal2123522125105110170106111
Binary10001010111010101000101010100101010011000111100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aea8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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