#7AE18A

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

Shades of Pastel Green #7AE18A

Tints of Pastel Green #7AE18A

Color information

#7AE18A (or 0x7AE18A) is unknown color: approx Pastel Green. HEX triplet: 7A, E1 and 8A. RGB value is (122,225,138). Sum of RGB (Red+Green+Blue) = 122+225+138=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE18A is #851E75. Grayscale: #B8B8B8. Windows color (decimal): -8724086 or 9101690. OLE color: 9101690.

HSL color Cylindrical-coordinate representation of color #7AE18A: hue angle of 129.32º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE18A is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB122225138-
CMYK0.4600.390.12
HSL129.32º63.19%68.04%-
HSV(B)129.32º45.78%88.24%-
XYZ39.5459.8233.51-
YUV184.28101.8883.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=25.15%
G=46.39%
B=28.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251380.4600.390.12129.3263.1968.04
Hex7AE18A2E027C813f44
Octal172341212560471420177104
Binary1111010111000011000101010111001001111100100000011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,138); }

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

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

 a { background-color: rgb(122,225,138); }

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

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

 span { border-color: rgb(122,225,138); }

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