#8AEF8A

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

Shades of Light Green #8AEF8A

Tints of Light Green #8AEF8A

Color information

#8AEF8A (or 0x8AEF8A) is unknown color: approx Light Green. HEX triplet: 8A, EF and 8A. RGB value is (138,239,138). Sum of RGB (Red+Green+Blue) = 138+239+138=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEF8A is #751075. Grayscale: #C5C5C5. Windows color (decimal): -7671926 or 9105290. OLE color: 9105290.

HSL color Cylindrical-coordinate representation of color #8AEF8A: hue angle of 120º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEF8A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB138239138-
CMYK0.4200.420.06
HSL120º75.94%73.92%-
HSV(B)120º42.26%93.73%-
XYZ45.9468.9734.94-
YUV197.2994.5485.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.80%
GREEN value IS 239 (93.75% from 255) = 46.41%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=26.80%
G=46.41%
B=26.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382391380.4200.420.0612075.9473.92
Hex8AEF8A2A02A6784c4a
Octal212357212520526170114112
Binary1000101011101111100010101010100101010110111100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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