#7AEA88

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

Shades of Pastel Green #7AEA88

Tints of Pastel Green #7AEA88

Color information

#7AEA88 (or 0x7AEA88) is unknown color: approx Pastel Green. HEX triplet: 7A, EA and 88. RGB value is (122,234,136). Sum of RGB (Red+Green+Blue) = 122+234+136=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEA88 is #851577. Grayscale: #BDBDBD. Windows color (decimal): -8721784 or 8972922. OLE color: 8972922.

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

Color convert

RGB122234136-
CMYK0.4800.420.08
HSL127.5º72.73%69.8%-
HSV(B)127.5º47.86%91.76%-
XYZ41.8964.7633.58-
YUV189.3497.8979.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.80%
GREEN value IS 234 (91.80% from 255) = 47.56%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=24.80%
G=47.56%
B=27.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222341360.4800.420.08127.572.7369.8
Hex7AEA883002A8804946
Octal1723522106005210200111106
Binary11110101110101010001000110000010101010001000000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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