#7ECB9A

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

Shades of Padua #7ECB9A

Tints of Padua #7ECB9A

Color information

#7ECB9A (or 0x7ECB9A) is unknown color: approx Padua. HEX triplet: 7E, CB and 9A. RGB value is (126,203,154). Sum of RGB (Red+Green+Blue) = 126+203+154=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECB9A is #813465. Grayscale: #AEAEAE. Windows color (decimal): -8467558 or 10144638. OLE color: 10144638.

HSL color Cylindrical-coordinate representation of color #7ECB9A: hue angle of 141.82º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECB9A is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB126203154-
CMYK0.3800.240.20
HSL141.82º42.54%64.51%-
HSV(B)141.82º37.93%79.61%-
XYZ35.7949.4838.24-
YUV174.39116.4993.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.09%
GREEN value IS 203 (79.69% from 255) = 42.03%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=26.09%
G=42.03%
B=31.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262031540.3800.240.20141.8242.5464.51
Hex7ECB9A26018148e2b41
Octal176313232460302421653101
Binary1111110110010111001101010011001100010100100011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,203,154); }

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

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

 a { background-color: rgb(126,203,154); }

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

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

 span { border-color: rgb(126,203,154); }

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