#8AEF7A

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

Shades of Light Green #8AEF7A

Tints of Light Green #8AEF7A

Color information

#8AEF7A (or 0x8AEF7A) is unknown color: approx Light Green. HEX triplet: 8A, EF and 7A. RGB value is (138,239,122). Sum of RGB (Red+Green+Blue) = 138+239+122=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEF7A is #751085. Grayscale: #C3C3C3. Windows color (decimal): -7671942 or 8056714. OLE color: 8056714.

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

Color convert

RGB138239122-
CMYK0.4200.490.06
HSL111.79º78.52%70.78%-
HSV(B)111.79º48.95%93.73%-
XYZ44.8668.5429.28-
YUV195.4686.5487.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 239 (93.75% from 255) = 47.90%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=27.66%
G=47.90%
B=24.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382391220.4200.490.06111.7978.5270.78
Hex8AEF7A2A0316704f47
Octal212357172520616160117107
Binary100010101110111111110101010100110001110111000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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