#8AED88

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

Shades of Light Green #8AED88

Tints of Light Green #8AED88

Color information

#8AED88 (or 0x8AED88) is unknown color: approx Light Green. HEX triplet: 8A, ED and 88. RGB value is (138,237,136). Sum of RGB (Red+Green+Blue) = 138+237+136=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AED88 is #751277. Grayscale: #C4C4C4. Windows color (decimal): -7672440 or 8973706. OLE color: 8973706.

HSL color Cylindrical-coordinate representation of color #8AED88: hue angle of 118.81º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AED88 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB138237136-
CMYK0.4200.430.07
HSL118.81º73.72%73.14%-
HSV(B)118.81º42.62%92.94%-
XYZ45.2167.7533.99-
YUV195.8894.286.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.01%
GREEN value IS 237 (92.97% from 255) = 46.38%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=27.01%
G=46.38%
B=26.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382371360.4200.430.07118.8173.7273.14
Hex8AED882A02B7774a49
Octal212355210520537167112111
Binary1000101011101101100010001010100101011111111011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,237,136); }

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

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

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

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

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

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

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