Html Css Color HEX #7ECC95 Padua

📋 copy color: '#7ECC95'

red 126 ◦ green 204 ◦ blue 149

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

Shades of Padua #7ECC95

Tints of Padua #7ECC95

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.59%

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

R = 26.3%
G = 42.59%
B = 31.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#7ECC95 (or 0x7ECC95) is known color: Padua. HEX triplet: 7E, CC and 95. RGB value is (126,204,149). Sum of RGB (Red+Green+Blue) = 126+204+149=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECC95 is #81336A. Grayscale: #AEAEAE. Windows color (decimal): -8467307 or 9817214. OLE color: 9817214.

HSL color Cylindrical-coordinate representation of color #7ECC95: hue angle of 137.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECC95 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 204 149 -
CMYK 0.38 0 0.27 0.2
HSL 137.69º 0.43% 0.65% -
HSV(B) 137.69º 0.38% 0.8% -
XYZ 35.62 49.79 36.17 -
YUV 174.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 126 204 149 0.38 0 0.27 0.2 137.69 0.43 0.65
Hex 7E CC 95 26 0 1B 14 8A 2B 41
Octal 176 314 225 46 0 33 24 212 53 101
Binary 1111110 11001100 10010101 100110 0 11011 10100 10001010 101011 1000001

Color Harmonies of #7ECC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECC95

Black with #7ECC95

Text Example


Text Example

White with #7ECC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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