#7AEA96

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

Shades of Light Green #7AEA96

Tints of Light Green #7AEA96

Color information

#7AEA96 (or 0x7AEA96) is unknown color: approx Light Green. HEX triplet: 7A, EA and 96. RGB value is (122,234,150). Sum of RGB (Red+Green+Blue) = 122+234+150=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEA96 is #851569. Grayscale: #BFBFBF. Windows color (decimal): -8721770 or 9890426. OLE color: 9890426.

HSL color Cylindrical-coordinate representation of color #7AEA96: hue angle of 135º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEA96 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB122234150-
CMYK0.4800.360.08
HSL135º72.73%69.8%-
HSV(B)135º47.86%91.76%-
XYZ42.9565.1939.17-
YUV190.94104.8978.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.11%
GREEN value IS 234 (91.80% from 255) = 46.25%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=24.11%
G=46.25%
B=29.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222341500.4800.360.0813572.7369.8
Hex7AEA96300248874946
Octal1723522266004410207111106
Binary11110101110101010010110110000010010010001000011110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,234,150); }

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

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

 a { background-color: rgb(122,234,150); }

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

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

 span { border-color: rgb(122,234,150); }

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