#7AC493

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

Shades of Padua #7AC493

Tints of Padua #7AC493

Color information

#7AC493 (or 0x7AC493) is unknown color: approx Padua. HEX triplet: 7A, C4 and 93. RGB value is (122,196,147). Sum of RGB (Red+Green+Blue) = 122+196+147=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC493 is #853B6C. Grayscale: #A8A8A8. Windows color (decimal): -8731501 or 9684090. OLE color: 9684090.

HSL color Cylindrical-coordinate representation of color #7AC493: hue angle of 140.27º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC493 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB122196147-
CMYK0.3800.250.23
HSL140.27º38.54%62.35%-
HSV(B)140.27º37.76%76.86%-
XYZ33.0345.7234.69-
YUV168.29115.9894.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=26.24%
G=42.15%
B=31.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221961470.3800.250.23140.2738.5462.35
Hex7AC49326019178c273e
Octal17230422346031272144776
Binary111101011000100100100111001100110011011110001100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,196,147); }

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

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

 a { background-color: rgb(122,196,147); }

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

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

 span { border-color: rgb(122,196,147); }

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