Html Css Color HEX #7EC09A Padua

📋 copy color: '#7EC09A'

red 126 ◦ green 192 ◦ blue 154

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

Shades of Padua #7EC09A

Tints of Padua #7EC09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.68%

 BLUE value IS 154 (60.55% from 255) = 32.63%

R = 26.69%
G = 40.68%
B = 32.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#7EC09A (or 0x7EC09A) is known color: Padua. HEX triplet: 7E, C0 and 9A. RGB value is (126,192,154). Sum of RGB (Red+Green+Blue) = 126+192+154=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC09A is #813F65. Grayscale: #A8A8A8. Windows color (decimal): -8470374 or 10141822. OLE color: 10141822.

HSL color Cylindrical-coordinate representation of color #7EC09A: hue angle of 145.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC09A is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 154 -
CMYK 0.34 0 0.20 0.25
HSL 145.45º 0.34% 0.62% -
HSV(B) 145.45º 0.34% 0.75% -
XYZ 33.29 44.47 37.4 -
YUV 167.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 126 192 154 0.34 0 0.20 0.25 145.45 0.34 0.62
Hex 7E C0 9A 22 0 14 19 91 22 3E
Octal 176 300 232 42 0 24 31 221 42 76
Binary 1111110 11000000 10011010 100010 0 10100 11001 10010001 100010 111110

Color Harmonies of #7EC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC09A

Black with #7EC09A

Text Example


Text Example

White with #7EC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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