#7FC29C

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

Shades of Padua #7FC29C

Tints of Padua #7FC29C

Color information

#7FC29C (or 0x7FC29C) is unknown color: approx Padua. HEX triplet: 7F, C2 and 9C. RGB value is (127,194,156). Sum of RGB (Red+Green+Blue) = 127+194+156=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC29C is #803D63. Grayscale: #A9A9A9. Windows color (decimal): -8404324 or 10273407. OLE color: 10273407.

HSL color Cylindrical-coordinate representation of color #7FC29C: hue angle of 145.97º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC29C is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB127194156-
CMYK0.3500.200.24
HSL145.97º35.45%62.94%-
HSV(B)145.97º34.54%76.08%-
XYZ34.0445.538.44-
YUV169.64120.397.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=26.62%
G=40.67%
B=32.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271941560.3500.200.24145.9735.4562.94
Hex7FC29C230141892233f
Octal17730223443024302224377
Binary111111111000010100111001000110101001100010010010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,194,156); }

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

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

 a { background-color: rgb(127,194,156); }

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

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

 span { border-color: rgb(127,194,156); }

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