#7ED17A

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

Shades of Pastel Green #7ED17A

Tints of Pastel Green #7ED17A

Color information

#7ED17A (or 0x7ED17A) is unknown color: approx Pastel Green. HEX triplet: 7E, D1 and 7A. RGB value is (126,209,122). Sum of RGB (Red+Green+Blue) = 126+209+122=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED17A is #812E85. Grayscale: #AEAEAE. Windows color (decimal): -8466054 or 8049022. OLE color: 8049022.

HSL color Cylindrical-coordinate representation of color #7ED17A: hue angle of 117.24º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED17A is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB126209122-
CMYK0.4000.420.18
HSL117.24º48.6%64.9%-
HSV(B)117.24º41.63%81.96%-
XYZ34.9251.4426.5-
YUV174.2698.593.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.57%
GREEN value IS 209 (82.03% from 255) = 45.73%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=27.57%
G=45.73%
B=26.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262091220.4000.420.18117.2448.664.9
Hex7ED17A2802A12753141
Octal176321172500522216561101
Binary111111011010001111101010100001010101001011101011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,209,122); }

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

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

 a { background-color: rgb(126,209,122); }

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

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

 span { border-color: rgb(126,209,122); }

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