#7AE48D

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

Shades of Pastel Green #7AE48D

Tints of Pastel Green #7AE48D

Color information

#7AE48D (or 0x7AE48D) is unknown color: approx Pastel Green. HEX triplet: 7A, E4 and 8D. RGB value is (122,228,141). Sum of RGB (Red+Green+Blue) = 122+228+141=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #7AE48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE48D is #851B72. Grayscale: #BABABA. Windows color (decimal): -8723315 or 9299066. OLE color: 9299066.

HSL color Cylindrical-coordinate representation of color #7AE48D: hue angle of 130.75º 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 #7AE48D is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB122228141-
CMYK0.4600.380.11
HSL130.75º66.25%68.63%-
HSV(B)130.75º46.49%89.41%-
XYZ40.5861.5534.94-
YUV186.39102.3882.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=24.85%
G=46.44%
B=28.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222281410.4600.380.11130.7566.2568.63
Hex7AE48D2E026B834245
Octal1723442155604613203102105
Binary11110101110010010001101101110010011010111000001110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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