#7AEA80

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

Shades of Pastel Green #7AEA80

Tints of Pastel Green #7AEA80

Color information

#7AEA80 (or 0x7AEA80) is unknown color: approx Pastel Green. HEX triplet: 7A, EA and 80. RGB value is (122,234,128). Sum of RGB (Red+Green+Blue) = 122+234+128=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEA80 is #85157F. Grayscale: #BCBCBC. Windows color (decimal): -8721792 or 8448634. OLE color: 8448634.

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

Color convert

RGB122234128-
CMYK0.4800.450.08
HSL123.21º72.73%69.8%-
HSV(B)123.21º47.86%91.76%-
XYZ41.3564.5430.7-
YUV188.4393.8980.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.21%
GREEN value IS 234 (91.80% from 255) = 48.35%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=25.21%
G=48.35%
B=26.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222341280.4800.450.08123.2172.7369.8
Hex7AEA803002D87b4946
Octal1723522006005510173111106
Binary1111010111010101000000011000001011011000111101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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