#7AC094

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

Shades of Padua #7AC094

Tints of Padua #7AC094

Color information

#7AC094 (or 0x7AC094) is unknown color: approx Padua. HEX triplet: 7A, C0 and 94. RGB value is (122,192,148). Sum of RGB (Red+Green+Blue) = 122+192+148=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC094 is #853F6B. Grayscale: #A6A6A6. Windows color (decimal): -8732524 or 9748602. OLE color: 9748602.

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

Color convert

RGB122192148-
CMYK0.3600.230.25
HSL142.29º35.71%61.57%-
HSV(B)142.29º36.46%75.29%-
XYZ32.2243.9734.81-
YUV166.05117.8196.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.41%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=26.41%
G=41.56%
B=32.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221921480.3600.230.25142.2935.7161.57
Hex7AC09424017198e243e
Octal17230022444027312164476
Binary111101011000000100101001001000101111100110001110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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