#8AEB9F

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

Shades of Light Green #8AEB9F

Tints of Light Green #8AEB9F

Color information

#8AEB9F (or 0x8AEB9F) is unknown color: approx Light Green. HEX triplet: 8A, EB and 9F. RGB value is (138,235,159). Sum of RGB (Red+Green+Blue) = 138+235+159=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEB9F is #751460. Grayscale: #C5C5C5. Windows color (decimal): -7672929 or 10480522. OLE color: 10480522.

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

Color convert

RGB138235159-
CMYK0.4100.320.08
HSL132.99º70.8%73.14%-
HSV(B)132.99º41.28%92.16%-
XYZ46.4567.3243.35-
YUV197.33106.3685.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=25.94%
G=44.17%
B=29.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382351590.4100.320.08132.9970.873.14
Hex8AEB9F290208854749
Octal2123532375104010205107111
Binary100010101110101110011111101001010000010001000010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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