#7ACD96

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

Shades of Padua #7ACD96

Tints of Padua #7ACD96

Color information

#7ACD96 (or 0x7ACD96) is unknown color: approx Padua. HEX triplet: 7A, CD and 96. RGB value is (122,205,150). Sum of RGB (Red+Green+Blue) = 122+205+150=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACD96 is #853269. Grayscale: #AEAEAE. Windows color (decimal): -8729194 or 9883002. OLE color: 9883002.

HSL color Cylindrical-coordinate representation of color #7ACD96: hue angle of 140.24º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACD96 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB122205150-
CMYK0.4000.270.20
HSL140.24º45.36%64.12%-
HSV(B)140.24º40.49%80.39%-
XYZ35.365036.64-
YUV173.91114.590.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=25.58%
G=42.98%
B=31.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051500.4000.270.20140.2445.3664.12
Hex7ACD962801B148c2d40
Octal172315226500332421455100
Binary1111010110011011001011010100001101110100100011001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,150); }

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

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

 a { background-color: rgb(122,205,150); }

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

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

 span { border-color: rgb(122,205,150); }

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