#7AC099

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

Shades of Padua #7AC099

Tints of Padua #7AC099

Color information

#7AC099 (or 0x7AC099) is unknown color: approx Padua. HEX triplet: 7A, C0 and 99. RGB value is (122,192,153). Sum of RGB (Red+Green+Blue) = 122+192+153=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC099 is #853F66. Grayscale: #A6A6A6. Windows color (decimal): -8732519 or 10076282. OLE color: 10076282.

HSL color Cylindrical-coordinate representation of color #7AC099: hue angle of 146.57º 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 #7AC099 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB122192153-
CMYK0.3600.200.25
HSL146.57º35.71%61.57%-
HSV(B)146.57º36.46%75.29%-
XYZ32.6344.1436.94-
YUV166.62120.3196.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=26.12%
G=41.11%
B=32.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221921530.3600.200.25146.5735.7161.57
Hex7AC099240141993243e
Octal17230023144024312234476
Binary111101011000000100110011001000101001100110010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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