#7ACD9F

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

Shades of Silver Tree #7ACD9F

Tints of Silver Tree #7ACD9F

Color information

#7ACD9F (or 0x7ACD9F) is unknown color: approx Silver Tree. HEX triplet: 7A, CD and 9F. RGB value is (122,205,159). Sum of RGB (Red+Green+Blue) = 122+205+159=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACD9F is #853260. Grayscale: #AFAFAF. Windows color (decimal): -8729185 or 10472826. OLE color: 10472826.

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

Color convert

RGB122205159-
CMYK0.4000.220.20
HSL146.75º45.36%64.12%-
HSV(B)146.75º40.49%80.39%-
XYZ36.1250.340.61-
YUV174.9411990.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=25.10%
G=42.18%
B=32.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051590.4000.220.20146.7545.3664.12
Hex7ACD9F2801614932d40
Octal172315237500262422355100
Binary1111010110011011001111110100001011010100100100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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