#7AE38E

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

Shades of Pastel Green #7AE38E

Tints of Pastel Green #7AE38E

Color information

#7AE38E (or 0x7AE38E) is unknown color: approx Pastel Green. HEX triplet: 7A, E3 and 8E. RGB value is (122,227,142). Sum of RGB (Red+Green+Blue) = 122+227+142=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE38E is #851C71. Grayscale: #BABABA. Windows color (decimal): -8723570 or 9364346. OLE color: 9364346.

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

Color convert

RGB122227142-
CMYK0.4600.370.11
HSL131.43º65.22%68.43%-
HSV(B)131.43º46.26%89.02%-
XYZ40.3861.0335.24-
YUV185.92103.2182.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 227 (89.06% from 255) = 46.23%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=24.85%
G=46.23%
B=28.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222271420.4600.370.11131.4365.2268.43
Hex7AE38E2E025B834144
Octal1723432165604513203101104
Binary11110101110001110001110101110010010110111000001110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,227,142); }

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

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

 a { background-color: rgb(122,227,142); }

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

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

 span { border-color: rgb(122,227,142); }

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