#7FCA96

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

Shades of Padua #7FCA96

Tints of Padua #7FCA96

Color information

#7FCA96 (or 0x7FCA96) is unknown color: approx Padua. HEX triplet: 7F, CA and 96. RGB value is (127,202,150). Sum of RGB (Red+Green+Blue) = 127+202+150=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA96 is #803569. Grayscale: #ADADAD. Windows color (decimal): -8402282 or 9882239. OLE color: 9882239.

HSL color Cylindrical-coordinate representation of color #7FCA96: hue angle of 138.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA96 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB127202150-
CMYK0.3700.260.21
HSL138.4º41.44%64.51%-
HSV(B)138.4º37.13%79.22%-
XYZ35.3848.9636.44-
YUV173.65114.6594.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.51%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=26.51%
G=42.17%
B=31.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021500.3700.260.21138.441.4464.51
Hex7FCA962501A158a2941
Octal177312226450322521251101
Binary1111111110010101001011010010101101010101100010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,150); }

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

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

 a { background-color: rgb(127,202,150); }

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

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

 span { border-color: rgb(127,202,150); }

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