#7AE488

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

Shades of Pastel Green #7AE488

Tints of Pastel Green #7AE488

Color information

#7AE488 (or 0x7AE488) is unknown color: approx Pastel Green. HEX triplet: 7A, E4 and 88. RGB value is (122,228,136). Sum of RGB (Red+Green+Blue) = 122+228+136=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #7AE488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE488 is #851B77. Grayscale: #BABABA. Windows color (decimal): -8723320 or 8971386. OLE color: 8971386.

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

Color convert

RGB122228136-
CMYK0.4600.400.11
HSL127.92º66.25%68.63%-
HSV(B)127.92º46.49%89.41%-
XYZ40.2161.433.02-
YUV185.8299.8882.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 228 (89.45% from 255) = 46.91%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=25.10%
G=46.91%
B=27.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222281360.4600.400.11127.9266.2568.63
Hex7AE4882E028B804245
Octal1723442105605013200102105
Binary11110101110010010001000101110010100010111000000010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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