#8AEB8C

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

Shades of Light Green #8AEB8C

Tints of Light Green #8AEB8C

Color information

#8AEB8C (or 0x8AEB8C) is unknown color: approx Light Green. HEX triplet: 8A, EB and 8C. RGB value is (138,235,140). Sum of RGB (Red+Green+Blue) = 138+235+140=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEB8C is #751473. Grayscale: #C3C3C3. Windows color (decimal): -7672948 or 9235338. OLE color: 9235338.

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

Color convert

RGB138235140-
CMYK0.4100.400.08
HSL121.24º70.8%73.14%-
HSV(B)121.24º41.28%92.16%-
XYZ44.9266.7135.32-
YUV195.1796.8687.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 235 (92.19% from 255) = 45.81%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=26.90%
G=45.81%
B=27.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382351400.4100.400.08121.2470.873.14
Hex8AEB8C290288794749
Octal2123532145105010171107111
Binary10001010111010111000110010100101010001000111100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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