Html Css Color HEX #7EC594 Padua

📋 copy color: '#7EC594'

red 126 ◦ green 197 ◦ blue 148

#7EC594
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #7EC594

Tints of Padua #7EC594

RGB

 RED value IS 126 (49.61% from 255) = 26.75%

 GREEN value IS 197 (77.34% from 255) = 41.83%

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 26.75%
G = 41.83%
B = 31.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#7EC594 (or 0x7EC594) is known color: Padua. HEX triplet: 7E, C5 and 94. RGB value is (126,197,148). Sum of RGB (Red+Green+Blue) = 126+197+148=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC594 is #813A6B. Grayscale: #AAAAAA. Windows color (decimal): -8469100 or 9749886. OLE color: 9749886.

HSL color Cylindrical-coordinate representation of color #7EC594: hue angle of 138.59º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC594 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 126 197 148 -
CMYK 0.36 0 0.25 0.23
HSL 138.59º 0.38% 0.63% -
HSV(B) 138.59º 0.36% 0.77% -
XYZ 33.92 46.51 35.21 -
YUV 170.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 126 197 148 0.36 0 0.25 0.23 138.59 0.38 0.63
Hex 7E C5 94 24 0 19 17 8B 26 3F
Octal 176 305 224 44 0 31 27 213 46 77
Binary 1111110 11000101 10010100 100100 0 11001 10111 10001011 100110 111111

Color Harmonies of #7EC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC594

Black with #7EC594

Text Example


Text Example

White with #7EC594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,197,148); }

 H1.HeaderClassName
 {
   color: #7EC594;
 }
 .AnyTagClassName
 {
   color: #7EC594;
 }
</style>

background-color css

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

 a { background-color: rgb(126,197,148); }

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

border-color css

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

 span { border-color: rgb(126,197,148); }

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