#7ED19A

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

Shades of Padua #7ED19A

Tints of Padua #7ED19A

Color information

#7ED19A (or 0x7ED19A) is unknown color: approx Padua. HEX triplet: 7E, D1 and 9A. RGB value is (126,209,154). Sum of RGB (Red+Green+Blue) = 126+209+154=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED19A is #812E65. Grayscale: #B2B2B2. Windows color (decimal): -8466022 or 10146174. OLE color: 10146174.

HSL color Cylindrical-coordinate representation of color #7ED19A: hue angle of 140.24º degrees, saturation: 0.47, 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 #7ED19A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB126209154-
CMYK0.4000.260.18
HSL140.24º47.43%65.69%-
HSV(B)140.24º39.71%81.96%-
XYZ37.2452.3738.72-
YUV177.91114.590.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.77%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=25.77%
G=42.74%
B=31.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262091540.4000.260.18140.2447.4365.69
Hex7ED19A2801A128c2f42
Octal176321232500322221457102
Binary1111110110100011001101010100001101010010100011001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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