#7FC19A

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

Shades of Padua #7FC19A

Tints of Padua #7FC19A

Color information

#7FC19A (or 0x7FC19A) is unknown color: approx Padua. HEX triplet: 7F, C1 and 9A. RGB value is (127,193,154). Sum of RGB (Red+Green+Blue) = 127+193+154=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC19A is #803E65. Grayscale: #A8A8A8. Windows color (decimal): -8404582 or 10142079. OLE color: 10142079.

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

Color convert

RGB127193154-
CMYK0.3400.200.24
HSL144.55º34.74%62.75%-
HSV(B)144.55º34.2%75.69%-
XYZ33.6644.9937.48-
YUV168.82119.6398.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=26.79%
G=40.72%
B=32.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271931540.3400.200.24144.5534.7462.75
Hex7FC19A220141891233f
Octal17730123242024302214377
Binary111111111000001100110101000100101001100010010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,193,154); }

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

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

 a { background-color: rgb(127,193,154); }

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

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

 span { border-color: rgb(127,193,154); }

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