#7AEA7D

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

Shades of Pastel Green #7AEA7D

Tints of Pastel Green #7AEA7D

Color information

#7AEA7D (or 0x7AEA7D) is unknown color: approx Pastel Green. HEX triplet: 7A, EA and 7D. RGB value is (122,234,125). Sum of RGB (Red+Green+Blue) = 122+234+125=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEA7D is #851582. Grayscale: #BCBCBC. Windows color (decimal): -8721795 or 8252026. OLE color: 8252026.

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

Color convert

RGB122234125-
CMYK0.4800.470.08
HSL121.61º72.73%69.8%-
HSV(B)121.61º47.86%91.76%-
XYZ41.1564.4629.68-
YUV188.0992.3980.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 234 (91.80% from 255) = 48.65%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=25.36%
G=48.65%
B=25.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222341250.4800.470.08121.6172.7369.8
Hex7AEA7D3002F87a4946
Octal1723521756005710172111106
Binary111101011101010111110111000001011111000111101010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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