#7AE48C

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

Shades of Pastel Green #7AE48C

Tints of Pastel Green #7AE48C

Color information

#7AE48C (or 0x7AE48C) is unknown color: approx Pastel Green. HEX triplet: 7A, E4 and 8C. RGB value is (122,228,140). Sum of RGB (Red+Green+Blue) = 122+228+140=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #7AE48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE48C is #851B73. Grayscale: #BABABA. Windows color (decimal): -8723316 or 9233530. OLE color: 9233530.

HSL color Cylindrical-coordinate representation of color #7AE48C: hue angle of 130.19º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE48C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB122228140-
CMYK0.4600.390.11
HSL130.19º66.25%68.63%-
HSV(B)130.19º46.49%89.41%-
XYZ40.561.5234.55-
YUV186.27101.8882.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.90%
GREEN value IS 228 (89.45% from 255) = 46.53%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=24.90%
G=46.53%
B=28.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222281400.4600.390.11130.1966.2568.63
Hex7AE48C2E027B824245
Octal1723442145604713202102105
Binary11110101110010010001100101110010011110111000001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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