#7AC492

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

Shades of Padua #7AC492

Tints of Padua #7AC492

Color information

#7AC492 (or 0x7AC492) is unknown color: approx Padua. HEX triplet: 7A, C4 and 92. RGB value is (122,196,146). Sum of RGB (Red+Green+Blue) = 122+196+146=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC492 is #853B6D. Grayscale: #A8A8A8. Windows color (decimal): -8731502 or 9618554. OLE color: 9618554.

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

Color convert

RGB122196146-
CMYK0.3800.260.23
HSL139.46º38.54%62.35%-
HSV(B)139.46º37.76%76.86%-
XYZ32.9545.6934.28-
YUV168.17115.4895.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 196 (76.95% from 255) = 42.24%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=26.29%
G=42.24%
B=31.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221961460.3800.260.23139.4638.5462.35
Hex7AC4922601A178b273e
Octal17230422246032272134776
Binary111101011000100100100101001100110101011110001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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