#7ED29A

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

Shades of Padua #7ED29A

Tints of Padua #7ED29A

Color information

#7ED29A (or 0x7ED29A) is unknown color: approx Padua. HEX triplet: 7E, D2 and 9A. RGB value is (126,210,154). Sum of RGB (Red+Green+Blue) = 126+210+154=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED29A is #812D65. Grayscale: #B2B2B2. Windows color (decimal): -8465766 or 10146430. OLE color: 10146430.

HSL color Cylindrical-coordinate representation of color #7ED29A: hue angle of 140º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED29A is Cyan = 0.4, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB126210154-
CMYK0.400.270.18
HSL140º48.28%65.88%-
HSV(B)140º40%82.35%-
XYZ37.4852.8638.8-
YUV178.5114.1790.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.71%
GREEN value IS 210 (82.42% from 255) = 42.86%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=25.71%
G=42.86%
B=31.43%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262101540.400.270.1814048.2865.88
Hex7ED29A2801B128c3042
Octal176322232500332221460102
Binary1111110110100101001101010100001101110010100011001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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