#7AED8C

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

Shades of Light Green #7AED8C

Tints of Light Green #7AED8C

Color information

#7AED8C (or 0x7AED8C) is unknown color: approx Light Green. HEX triplet: 7A, ED and 8C. RGB value is (122,237,140). Sum of RGB (Red+Green+Blue) = 122+237+140=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AED8C is #851273. Grayscale: #BFBFBF. Windows color (decimal): -8721012 or 9235834. OLE color: 9235834.

HSL color Cylindrical-coordinate representation of color #7AED8C: hue angle of 129.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AED8C is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB122237140-
CMYK0.4900.410.07
HSL129.39º76.16%70.39%-
HSV(B)129.39º48.52%92.94%-
XYZ43.0466.635.4-
YUV191.5698.978.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 237 (92.97% from 255) = 47.49%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=24.45%
G=47.49%
B=28.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371400.4900.410.07129.3976.1670.39
Hex7AED8C310297814c46
Octal172355214610517201114106
Binary1111010111011011000110011000101010011111000000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AED8C; }

 p { color: rgb(122,237,140); }

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

<style>
 a { background-color: #7AED8C; }

 a { background-color: rgb(122,237,140); }

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

<style>
 span { border-color: #7AED8C; }

 span { border-color: rgb(122,237,140); }

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