#7aeb80

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

Shades of Pastel Green #7AEB80

Tints of Pastel Green #7AEB80

Color information

#7AEB80 (or 0x7AEB80) is unknown color: approx Pastel Green. HEX triplet: 7A, EB and 80. RGB value is (122,235,128). Sum of RGB (Red+Green+Blue) = 122+235+128=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEB80 is #85147F. Grayscale: #BDBDBD. Windows color (decimal): -8721536 or 8448890. OLE color: 8448890.

HSL color Cylindrical-coordinate representation of color #7AEB80: hue angle of 123.19º degrees, saturation: 0.74, 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 #7AEB80 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB122235128-
CMYK0.4800.460.08
HSL123.19º73.86%70%-
HSV(B)123.19º48.09%92.16%-
XYZ41.6365.1130.8-
YUV189.0293.5680.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 235 (92.19% from 255) = 48.45%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=25.15%
G=48.45%
B=26.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222351280.4800.460.08123.1973.8670
Hex7AEB803002E87b4a46
Octal1723532006005610173112106
Binary1111010111010111000000011000001011101000111101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aeb80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,235,128); }

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

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

 a { background-color: rgb(122,235,128); }

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

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

 span { border-color: rgb(122,235,128); }

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