#7AC095

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

Shades of Padua #7AC095

Tints of Padua #7AC095

Color information

#7AC095 (or 0x7AC095) is unknown color: approx Padua. HEX triplet: 7A, C0 and 95. RGB value is (122,192,149). Sum of RGB (Red+Green+Blue) = 122+192+149=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC095 is #853F6A. Grayscale: #A6A6A6. Windows color (decimal): -8732523 or 9814138. OLE color: 9814138.

HSL color Cylindrical-coordinate representation of color #7AC095: hue angle of 143.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC095 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB122192149-
CMYK0.3600.220.25
HSL143.14º35.71%61.57%-
HSV(B)143.14º36.46%75.29%-
XYZ32.344.0135.23-
YUV166.17118.3196.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=26.35%
G=41.47%
B=32.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221921490.3600.220.25143.1435.7161.57
Hex7AC09524016198f243e
Octal17230022544026312174476
Binary111101011000000100101011001000101101100110001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,192,149); }

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

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

 a { background-color: rgb(122,192,149); }

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

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

 span { border-color: rgb(122,192,149); }

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