#7AC497

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

Shades of Padua #7AC497

Tints of Padua #7AC497

Color information

#7AC497 (or 0x7AC497) is unknown color: approx Padua. HEX triplet: 7A, C4 and 97. RGB value is (122,196,151). Sum of RGB (Red+Green+Blue) = 122+196+151=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC497 is #853B68. Grayscale: #A8A8A8. Windows color (decimal): -8731497 or 9946234. OLE color: 9946234.

HSL color Cylindrical-coordinate representation of color #7AC497: hue angle of 143.51º 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 #7AC497 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB122196151-
CMYK0.3800.230.23
HSL143.51º38.54%62.35%-
HSV(B)143.51º37.76%76.86%-
XYZ33.3545.8536.37-
YUV168.74117.9894.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=26.01%
G=41.79%
B=32.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221961510.3800.230.23143.5138.5462.35
Hex7AC497260171790273e
Octal17230422746027272204776
Binary111101011000100100101111001100101111011110010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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