Html Css Color HEX #7EC095 Padua

📋 copy color: '#7EC095'

red 126 ◦ green 192 ◦ blue 149

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

Shades of Padua #7EC095

Tints of Padua #7EC095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 26.98%
G = 41.11%
B = 31.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#7EC095 (or 0x7EC095) is known color: Padua. HEX triplet: 7E, C0 and 95. RGB value is (126,192,149). Sum of RGB (Red+Green+Blue) = 126+192+149=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC095 is #813F6A. Grayscale: #A7A7A7. Windows color (decimal): -8470379 or 9814142. OLE color: 9814142.

HSL color Cylindrical-coordinate representation of color #7EC095: hue angle of 140.91º 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 #7EC095 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 149 -
CMYK 0.34 0 0.22 0.25
HSL 140.91º 0.34% 0.62% -
HSV(B) 140.91º 0.34% 0.75% -
XYZ 32.88 44.3 35.25 -
YUV 167.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 126 192 149 0.34 0 0.22 0.25 140.91 0.34 0.62
Hex 7E C0 95 22 0 16 19 8D 22 3E
Octal 176 300 225 42 0 26 31 215 42 76
Binary 1111110 11000000 10010101 100010 0 10110 11001 10001101 100010 111110

Color Harmonies of #7EC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC095

Black with #7EC095

Text Example


Text Example

White with #7EC095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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