#7ECA9D

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

Shades of Padua #7ECA9D

Tints of Padua #7ECA9D

Color information

#7ECA9D (or 0x7ECA9D) is unknown color: approx Padua. HEX triplet: 7E, CA and 9D. RGB value is (126,202,157). Sum of RGB (Red+Green+Blue) = 126+202+157=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECA9D is #813562. Grayscale: #AEAEAE. Windows color (decimal): -8467811 or 10340990. OLE color: 10340990.

HSL color Cylindrical-coordinate representation of color #7ECA9D: hue angle of 144.47º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECA9D is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB126202157-
CMYK0.3800.220.21
HSL144.47º41.76%64.31%-
HSV(B)144.47º37.62%79.22%-
XYZ35.8149.1139.49-
YUV174.15118.3293.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.98%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=25.98%
G=41.65%
B=32.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021570.3800.220.21144.4741.7664.31
Hex7ECA9D2601615902a40
Octal176312235460262522052100
Binary1111110110010101001110110011001011010101100100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,202,157); }

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

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

 a { background-color: rgb(126,202,157); }

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

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

 span { border-color: rgb(126,202,157); }

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